]
Gustavo Fernandes updated ISPN-8631:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
GetAllCacheNotFoundResponseTest.createBeforeClass fails
-------------------------------------------------------
Key: ISPN-8631
URL:
https://issues.jboss.org/browse/ISPN-8631
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 9.2.0.Beta2
With a controlled CHF, a segment can have fewer than {{numOwners}} owners while the
cluster is smaller than expected. That means
{{MultipleCacheManagersTest.createClusteredCaches()}} should call
{{waitForClusterToForm()}} only after starting all the nodes, not in each iteration, or it
will time out waiting for all segments to have {{numOwners}} owners.