]
Galder Zamarreño updated ISPN-5480:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Speed up xsite tests
--------------------
Key: ISPN-5480
URL:
https://issues.jboss.org/browse/ISPN-5480
Project: Infinispan
Issue Type: Task
Components: Core, Cross-Site Replication, Test Suite - Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.0.0.Alpha1
The cross-site tests are much slower than the regular core tests: it takes more time to
run the 233 xsite tests than the almost 6k regular tests.
There are several reasons for this:
1. XSite tests cannot run in parallel because they all use the same bridge cluster
configuration (will be handled in ISPN-5476)
2. Shutting down the cache managers after a test takes a long time because of JGRP-1927
3. They use {{AbstractInfinispanTest.eventually()}} with higher timeouts, which also
makes them wait more between condition checks.