Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There are unit tests that call Thread.sleep to check assertion after spawned thread(s) are executed. This's not desirable since the tests can be unpredictable when the server is loaded and the tests take long time since we set the delay not to cause failed assertions from thread execution latency.
Attachments
Issue Links
- relates to
-
REEF-1203 Minimize the use of Thread.Sleep in REEF tests
- Open