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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
