i3wangyi edited a comment on issue #749: Fix the flaky test - TestZkWatch
URL: https://github.com/apache/helix/pull/749#issuecomment-584872554
 
 
   Latest mvn test
   ```
   [ERROR] Tests run: 1083, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
4,534.661 s <<< FAILURE! - in TestSuite
   [ERROR] 
testMissingTopStateDurationMonitoring(org.apache.helix.integration.controller.TestControllerLeadershipChange)
  Time elapsed: 4.564 s  <<< FAILURE!
   java.lang.AssertionError: expected:<true> but was:<false>
        at 
org.apache.helix.integration.controller.TestControllerLeadershipChange.testMissingTopStateDurationMonitoring(TestControllerLeadershipChange.java:262)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   
TestControllerLeadershipChange.testMissingTopStateDurationMonitoring:262 
expected:<true> but was:<false>
   [INFO] 
   [ERROR] Tests run: 1083, Failures: 1, Errors: 0, Skipped: 0
   ```
   
   It can be confirmed that the specific test is stabled. However, it looks 
like the `TestControllerLeadershipChange.testMissingTopStateDurationMonitoring` 
is another flaky test at least reproducible;  talked with @alirezazamani, the 
specific one is not reproducible on his machine. Anyway, I create another issue 
to track the fix.
   
   Issue #753 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org
For additional commands, e-mail: reviews-h...@helix.apache.org

Reply via email to