kaisun2000 commented on issue #1240:
URL: https://github.com/apache/helix/issues/1240#issuecomment-670999643


   Note, running `mvn test -Dtest=TestCrushAutoRebalance also invokes 
afterClass().`
   
   invokes three blank testAddZone, testNodeFailure etc. Maybe this is the 
reason why afterClass() not invoked.
   
   ```
   
     @Test()
     public void testAddZone() throws Exception {
       // TODO
     }
   
     @Test()
     public void testAddNodes() throws Exception {
       // TODO
     }
   
     @Test()
     public void testNodeFailure() throws Exception {
       // TODO
     }
   ```


----------------------------------------------------------------
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]

Reply via email to