pkuwm opened a new issue #1116:
URL: https://github.com/apache/helix/issues/1116
Unit test testMsgTriggeredRebalance() consistently fails, because we allow
ignoring pending messages and sending ST messages when current state equals
pending msg's to state. We should change the test condition a bit to pass the
test.
```
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
11.918 s <<< FAILURE! - in
org.apache.helix.controller.stages.TestRebalancePipeline
[ERROR]
testMsgTriggeredRebalance(org.apache.helix.controller.stages.TestRebalancePipeline)
Time elapsed: 7.309 s <<< FAILURE!
java.lang.AssertionError: expected:<true> but was:<false>
at
org.apache.helix.controller.stages.TestRebalancePipeline.testMsgTriggeredRebalance(TestRebalancePipeline.java:203)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestRebalancePipeline.testMsgTriggeredRebalance:203
expected:<true> but was:<false>
[INFO]
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
```
----------------------------------------------------------------
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]