[Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
Chris Angelico
rosuav at gmail.com
Sat Mar 28 14:21:34 CET 2015
More information about the Python-Dev mailing list
Sat Mar 28 14:21:34 CET 2015
- Previous message (by thread): [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
- Next message (by thread): [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Mar 28, 2015 at 11:50 PM, Victor Stinner <victor.stinner at gmail.com> wrote: > Good, you are able to reproduce it. The next step is to identify the > sequence of test to reproduce it. How do you run the test suite? Are you > using -j1? I just ran 'make test'. Early in the output are these lines: ./python ./Tools/scripts/run_tests.py /root/build/python -W default -bb -E -R -W error::BytesWarning -m test -r -w -j 0 -u all,-largefile,-audio,-gui (The build was done in /root/build, fwiw) So it seems to be -j0. ChrisA
- Previous message (by thread): [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
- Next message (by thread): [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list