Page MenuHomePhabricator

[qa] Switch to using multiprocessing instead of threading
AbandonedPublic

Authored by schancel on Nov 30 2018, 03:20.

Details

Reviewers
deadalnix
jasonbcox
Group Reviewers
Restricted Project
Summary

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, D2168

Test Plan
./test/functional/test_runner.py

Diff Detail

Event Timeline

This comment was removed by schancel.

Split diff so move is handled before this. DEpends on D2168

jasonbcox requested changes to this revision.Feb 27 2019, 20:35
jasonbcox added a subscriber: jasonbcox.

Moving this off of the review queue until the dependencies are finished.

This revision now requires changes to proceed.Feb 27 2019, 20:35