-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
deprecationSome piece of code uses improper or deprecated functionalitySome piece of code uses improper or deprecated functionality
Milestone
Description
In regression_test.py, there is a threadpool worker-based implementation for launching the tests. The number of workers is hard-coded to 1. We should either implement this, or remove that, as retrieving results from futures requires more abstract code. We would need to figure out how to handle output from multi-threaded running. Also, builds are commonly multi-threaded with things like make -j, so multiple harness processes on the same node may be self-defeating.
Metadata
Metadata
Assignees
Labels
deprecationSome piece of code uses improper or deprecated functionalitySome piece of code uses improper or deprecated functionality