Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D2155
Change Details
Change Details
Old
New
Diff
This commit changes the test_runner to use the multiprocessing library rather than the threading library. This enables the capturing STDIN and STDOUT since the queues now use IPC rather than python internal threading.
This commit changes the test_runner to use the multiprocessing library rather than the threading library. This enables the capturing STDIN and STDOUT since the queues now use IPC rather than python internal threading. Depends on D2153
This commit changes the test_runner to use the multiprocessing library rather than the threading library. This enables the capturing STDIN and STDOUT since the queues now use IPC rather than python internal threading.
Depends on D2153
Continue