You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/08/09 03:09:45 UTC

[GitHub] [helix] kaisun2000 commented on issue #1240: Investigate TestCrushAutoRebalance 200+ threads leaking due to @afterClass not invoked.

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



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