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/04/07 16:29:15 UTC

[GitHub] [helix] NealSun96 opened a new issue #932: Fix flaky tests in TestResourceAccessor

NealSun96 opened a new issue #932: Fix flaky tests in TestResourceAccessor
URL: https://github.com/apache/helix/issues/932
 
 
   Two of the tests in `TestResourceAccessor`, namely `testPartitionHealth()` and `testResourceHealth()` have been flaky. The tests will fail if there is an delay to the health check API call, because the newly added external view will be deleted during this delay; the tests were only passing because the API calls were fast enough; at the same time, there is an oddity that adding a delay before external view causes it to remain in ZooKeeper, not deleted. While the exact cause is unclear, one possibility is due to mismatching current states and external views, causing the controller to remove the external view.
   Future updates will be posted in this issue. 

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


With regards,
Apache Git Services

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