kaisun2000 commented on pull request #1447: URL: https://github.com/apache/helix/pull/1447#issuecomment-705252616
The diff is approved, please help to merge into trunk. >fix #1446 Quite some unit test still use Thread.sleep(xxx) to wait for a condition to happen. This is a source of falkiness of test. This may also make the test running unnecessarily long. We address this issue with TestHelper.verify() method. ---------------------------------------------------------------- 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]
