]
William Burns updated ISPN-9713:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
RehashClusterListenerTest can fail due to ordering of tests
-----------------------------------------------------------
Key: ISPN-9713
URL:
https://issues.jboss.org/browse/ISPN-9713
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Alpha1
The RehashClusterListenerTest verifies that when an entry is moved due to state transfer
that it doesn't generate events. Unfortunately during the afterMethod it doesn't
force a rebalance to ensure the CH is in the correct state for every test. We should
change this.