-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: continuous integration, engine
-
None
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.