Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.0.3
-
Component/s: controller
-
Labels:None
Description
Test stop is delayed when more than 1 tests are test stop candidate.
Currently tests are sequentially even when there are more than 1 tests are ready to stop.
Usually it takes time to finish a test so 2nd test to be stopped is delayed until first test's agents are all stopped.
We should make it @Async on returnBackConsole method.
Fixed in 816b0bd2b17f585a1374b0b22697d14c0b0a9add