Feature #14837
Add the ability to set the parallel limit as option of the test_runner script to
Experiment:
-
Stakeholders:
Description
the option --parallel-limit will be added to the test_runner script.
this option will set the maximum number of parallel tests executed on the machine following this logic:
- if the option --parallel-limit is used:
use this value as the parallel limit
- if the option --parallel-limit is not used:
find if the limit is set into the configuration file
- if the option is not in the configuration file
set the parallel limit to 5
History
#1 Updated by Michele Fattoruso about 4 years ago
- Due date set to 12/15/2016
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
#2 Updated by Vito Di Benedetto about 4 years ago
- Target version set to v0_7_0
#3 Updated by Vito Di Benedetto about 4 years ago
- Status changed from Resolved to Closed