Details
-
Task
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
It seems this the Test testBackoffDecrease can be fail if the test is run in a slow environment where the acquisition time equals or exceed the wait time. Then the assertion
assertTrue(jobExecutor2WaitEvents.get(i).getWaitTime() > 0);
may fail. We saw this happing in the CI. The target is to improve the test so it will not
fail based on the execution speed.