amazon-kinesis-client/src/test/java/com/amazonaws
Pfifer, Justin 586e97405e Fix Race Condition on Worker Test
The test 'testWorkerForcefulShutdown' was using Thread.sleep() to create
the conditions for an interrupted state.  It was possible for the test
to take enough time for the sleep to actually exit before the interrupt
was sent.  This would cause the test to fail.  Changing to a pair of
sempahores ensures that the test record processor will remain blocked
for the expected amount of time.
2016-07-21 08:14:20 -07:00
..
services/kinesis Fix Race Condition on Worker Test 2016-07-21 08:14:20 -07:00