kaisun2000 commented on pull request #1542: URL: https://github.com/apache/helix/pull/1542#issuecomment-730074364
> Seems the test cannot finish in the github run result. Could you please update the test result in your local environment? The following is the failure. The TestClusterStateVerifier is introduced https://github.com/apache/helix/pull/1534/. Note `_clusterName = className + "_" + methodName;` is missed. The fix is in https://github.com/apache/helix/pull/1541/. So this PR is looking good. Note, without #1541 in, current master would have consistent failure like this. >2020-11-18T23:00:01.1037581Z [ERROR] Tests run: 1251, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 5,185.592 s <<< FAILURE! - in TestSuite 2020-11-18T23:00:01.1039247Z [ERROR] beforeMethod(org.apache.helix.tools.TestClusterStateVerifier) Time elapsed: 5.452 s <<< FAILURE! 2020-11-18T23:00:01.1040860Z org.apache.helix.HelixException: cluster null is not setup yet 2020-11-18T23:00:01.1043135Z at org.apache.helix.tools.TestClusterStateVerifier.beforeMethod(TestClusterStateVerifier.java:57) 2020-11-18T23:00:01.1044683Z 2020-11-18T23:00:01.5017540Z [ERROR] Failures: 2020-11-18T23:00:01.5020256Z [ERROR] org.apache.helix.tools.TestClusterStateVerifier.beforeMethod(org.apache.helix.tools.TestClusterStateVerifier) 2020-11-18T23:00:01.5031613Z [ERROR] Run 1: TestClusterStateVerifier.beforeMethod:57 ยป Helix cluster null is not setup yet 2020-11-18T23:00:01.5032997Z [ERROR] Tests run: 1249, Failures: 1, Errors: 0, Skipped: 3 ---------------------------------------------------------------- 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]
