pkuwm opened a new issue #1252:
URL: https://github.com/apache/helix/issues/1252
**Describe the bug**
Different mvn versions may have different test running order.
If `testCurrentStatesSelectiveUpdate` is run before the other tests in
`TestRoutingDataCache`, the later tests may fail.
**To Reproduce**
Add dependency to make testCurrentStatesSelectiveUpdate run before
testUpdateOnNotification.
```
@Test(dependsOnMethods = "testCurrentStatesSelectiveUpdate")
public void testUpdateOnNotification()
```
**Expected behavior**
All tests should pass
**Additional context**
It is because one participant is stopped in
`testCurrentStatesSelectiveUpdate` but the storage cluster is not rebalanced
and cluster state is not verified.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]