Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In TestPauseTransitService we have some waitFor calls to let the PauseTransitRunnable do it's job.
In some places we are waiting for only one job and checking the status of two. Sometimes one of the jobs is still paused which causes the test to fail
If we wait for both, hopefully the test will be more robust.