[infinispan-issues] [JBoss JIRA] (ISPN-2358) TestingUtil.waitForRehashToComplete returns too soon and causes random test failures
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Tue Oct 2 05:43:02 EDT 2012
Adrian Nistor created ISPN-2358:
-----------------------------------
Summary: TestingUtil.waitForRehashToComplete returns too soon and causes random test failures
Key: ISPN-2358
URL: https://issues.jboss.org/browse/ISPN-2358
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 5.2.0.Alpha4
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 5.2.0.Beta1
TestingUtil.waitForRehashToComplete returns as soon as the LocalTopologyManager receives and dispatches the new CacheTopology. This is usually too early because the StateTransferManager and DistributionManager are in the process of being updated. We need to wait until StateTransferManager has finished processing of the new topology.
Currently MultipleNodesLeavingTest is failing randomly because of this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list