Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Test case TestStatusTransitService::testCoordStatusTransitServiceKilledByUser1() fails due to race condition between status service and the check assertEquals(true, coordJob.isPending()). The kill action has already been completed by the time assertion is checked. Working on the fix.