kaisun2000 opened a new issue #1386:
URL: https://github.com/apache/helix/issues/1386
LOG
>2020-09-22T05:59:49.9201356Z [ERROR]
testThrottleOnlyClusterLevelAnyType(org.apache.helix.integration.TestPartitionMovementThrottle)
Time elapsed: 307.109 s <<< FAILURE!
2020-09-22T05:59:49.9203765Z java.lang.AssertionError: expected:< true > but
was:< false >
2020-09-22T05:59:49.9207054Z at
org.apache.helix.integration.TestPartitionMovementThrottle.testThrottleOnlyClusterLevelAnyType(TestPartitionMovementThrottle.java:279)
2020-09-22T05:59:49.9209669Z
2020-09-22T05:59:50.3075469Z [ERROR] Failures:
2020-09-22T05:59:50.3078306Z [ERROR]
TestPartitionMovementThrottle.testThrottleOnlyClusterLevelAnyType:279
expected:<true> but was:<false>
```
ClusterLiveNodesVerifier liveNodesVerifier =
new ClusterLiveNodesVerifier(_gZkClient, CLUSTER_NAME,
Lists.transform(Arrays.asList(_participants),
MockParticipantManager::getInstanceName));
Assert.assertTrue(liveNodesVerifier.verifyByZkCallback(1000));
Assert.assertTrue(_clusterVerifier.verifyByPolling()); ------>
failing here
```
----------------------------------------------------------------
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]