sijie opened a new issue #943: Cleanup `Thread.sleep` in unit tests 
URL: https://github.com/apache/bookkeeper/issues/943
 
 
   *Problem*
   
   Currently we are using a lot of `Thread.sleep` in the unit tests, waiting 
for some tasks to complete execution. This pattern is very problematic, which 
it makes the tests unstable and non-deterministic. 
   
   *Solution*
   
   We should try to clean up the usages of `Thread.sleep` in the unit tests. 
This is a master ticket for tracking this effort.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to