Make parallel test runner work with buffer option.
#27430 added support for unittest's --buffer option, but only when not using --parallel. Since --parallel is normally very useful to speed up tests, it would be good to make the options work together. I think this can be done by copying some code from unittest into the RemoteTestResult
class.
Change History (12)
Cc: |
Baptiste Mispelon added
|
Resolution: |
→ needsinfo
|
Status: |
assigned →
closed
|
Summary: |
Make parallel test runner work with buffer option →
Make parallel test runner work with buffer option.
|
Resolution: |
needsinfo
|
Status: |
closed →
new
|
Owner: |
changed from nobody to Adam Johnson
|
Status: |
new →
assigned
|
Triage Stage: |
Unreviewed →
Accepted
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted →
Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
I'm not sure if it's feasible (see comment). I think we need a proof of concept, before we will accept this. Would you like to prepare a patch?