Fixed issue #192: When the launchId parameter is specified, all child processes would hang until the entire test set execution was completed.#194
Merged
AmsterGet merged 6 commits intodevelopfrom issue-192-hanging-processesJun 20, 2024
+14-14
Commits
Commits on Jun 19, 2024
#192. The code stopper for killing the processes after completing the test suite when launchId is defined has been removed.
committed#192. The process for completing launches has been altered for both cases with and without specifying launchId. In the case of specifying launchId, the launch should not be terminated.
committed#192. The process for completing launches has been altered for both cases with and without specifying launchId. In the case of specifying launchId, the launch should not be terminated.Fixed.
committed