Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.2.0
Description
The WorkerBackpressureThreadTest uses looped sleep-and-check on an AtomicLong to verify that the callback is called after notifying the trigger. We should use a countdown latch for this instead.
The WorkerBackpressureThreadTest extends TestCase, which is a bad idea because it makes the JUnit 4 annotations non-functional.