-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.9
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
TIG 17 (07/15/16)
-
0
The ASAN variants are passing in a hard-coded -jXX as part of the test_flags variable. This will override the number of jobs computed from num_jobs_available, run_multiple_jobs, and max_jobs.
The correct way is to set num_jobs_available instead of passing in a hard-coded number.