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/12 02:01:56 UTC

[GitHub] [helix] pkuwm opened a new issue #1252: Flaky test TestRoutingDataCache

pkuwm opened a new issue #1252:
URL: https://github.com/apache/helix/issues/1252


   **Describe the bug**
   Different mvn versions may have different test running order.
   If `testCurrentStatesSelectiveUpdate` is run before the other tests in `TestRoutingDataCache`, the later tests may fail.
   
   **To Reproduce**
   Add dependency to make testCurrentStatesSelectiveUpdate run before testUpdateOnNotification.
   ```
     @Test(dependsOnMethods = "testCurrentStatesSelectiveUpdate")
     public void testUpdateOnNotification()
   ```
   
   **Expected behavior**
   All tests should pass
   
   **Additional context**
   It is because one participant is stopped in `testCurrentStatesSelectiveUpdate` but the storage cluster is not rebalanced and cluster state is not verified. 
   


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


[GitHub] [helix] pkuwm closed issue #1252: Flaky test TestRoutingDataCache

Posted by GitBox <gi...@apache.org>.
pkuwm closed issue #1252:
URL: https://github.com/apache/helix/issues/1252


   


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