kaisun2000 edited a comment on issue #1240: URL: https://github.com/apache/helix/issues/1240#issuecomment-671000974
Confirmed, the void test caused afterClass() not running. This is a bug of TestNg with mvn. comment out the blank tests, we have following log >TestExpandCluster has active threads cnt:137 START TestCrushAutoRebalance at Sat Aug 08 20:19:08 PDT 2020 START testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:08 PDT 2020 END testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:09 PDT 2020, took: 484ms. START testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:09 PDT 2020 END testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:09 PDT 2020, took: 512ms. START testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:09 PDT 2020 END testZoneIsolationWithInstanceTag at Sat Aug 08 20:19:10 PDT 2020, took: 491ms. START testZoneIsolation at Sat Aug 08 20:19:10 PDT 2020 END testZoneIsolation at Sat Aug 08 20:19:10 PDT 2020, took: 465ms. START testZoneIsolation at Sat Aug 08 20:19:10 PDT 2020 END testZoneIsolation at Sat Aug 08 20:19:11 PDT 2020, took: 478ms. START testZoneIsolation at Sat Aug 08 20:19:11 PDT 2020 END testZoneIsolation at Sat Aug 08 20:19:11 PDT 2020, took: 449ms. START testLackEnoughLiveRacks at Sat Aug 08 20:19:11 PDT 2020 END testLackEnoughLiveRacks at Sat Aug 08 20:19:12 PDT 2020, took: 1011ms. START testLackEnoughRacks at Sat Aug 08 20:19:12 PDT 2020 END testLackEnoughRacks at Sat Aug 08 20:19:14 PDT 2020, took: 1211ms. END TestCrushAutoRebalance at Sat Aug 08 20:19:15 PDT 2020 TestCrushAutoRebalance has active threads cnt:134 START TestCrushAutoRebalanceNonRack at Sat Aug 08 20:19:15 PDT 2020 START test at Sat Aug 08 20:19:15 PDT 2020 END test at Sat Aug 08 20:19:16 PDT 2020, took: 558ms. START test at Sat Aug 08 20:19:16 PDT 2020 END test at Sat Aug 08 20:19:16 PDT 2020, took: 555ms. START testWithInstanceTag at Sat Aug 08 20:19:16 PDT 2020 END testWithInstanceTag at Sat Aug 08 20:19:17 PDT 2020, took: 600ms. START testWithInstanceTag at Sat Aug 08 20:19:17 PDT 2020 END testWithInstanceTag at Sat Aug 08 20:19:17 PDT 2020, took: 593ms. START testLackEnoughLiveInstances at Sat Aug 08 20:19:17 PDT 2020 END testLackEnoughLiveInstances at Sat Aug 08 20:19:18 PDT 2020, took: 581ms. START testLackEnoughLiveInstances at Sat Aug 08 20:19:18 PDT 2020 END testLackEnoughLiveInstances at Sat Aug 08 20:19:18 PDT 2020, took: 555ms. START testLackEnoughInstances at Sat Aug 08 20:19:18 PDT 2020 END testLackEnoughInstances at Sat Aug 08 20:19:19 PDT 2020, took: 925ms. START testLackEnoughInstances at Sat Aug 08 20:19:19 PDT 2020 END testLackEnoughInstances at Sat Aug 08 20:19:20 PDT 2020, took: 893ms. END TestCrushAutoRebalanceNonRack at Sat Aug 08 20:19:21 PDT 2020 TestCrushAutoRebalanceNonRack has active threads cnt:137 ---------------------------------------------------------------- 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]
