Description of changes:
Fixes bug in class Plan. Method _run_concurrent was incorrectly setting max_workers to _num_tests. This is fixed to correctly set it to _num_threads. Consequence of the bug was that the program was ignoring the --num-threads CLI option.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: none
Description of changes: Fixes bug in class
Plan
. Method_run_concurrent
was incorrectly settingmax_workers
to_num_tests
. This is fixed to correctly set it to_num_threads
. Consequence of the bug was that the program was ignoring the--num-threads
CLI option.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.