[Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn
Victor Stinner
victor.stinner at gmail.com
Sat Mar 28 13:50:07 CET 2015
More information about the Python-Dev mailing list
Sat Mar 28 13:50:07 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 ]
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? Victor Le samedi 28 mars 2015, Chris Angelico <rosuav at gmail.com> a écrit : > On Sat, Mar 28, 2015 at 9:10 PM, Chris Angelico <rosuav at gmail.com > <javascript:;>> wrote: > > On Sat, Mar 28, 2015 at 8:39 PM, Victor Stinner > > <victor.stinner at gmail.com <javascript:;>> wrote: > >> Are you able to reproduce these issues? I'm unable to reproduce them > >> on Fedora 21. Maybe they are more likely on Debian-like operating > >> systems? > > > > I just tried it on my Debian Wheezy AMD64, not running as root. (The > > same computer the buildbot runs on, but the host OS rather than the > > virtual machine.) Unable to reproduce. Ran a full 'make test' and > > still no problems. > > > > Am now trying it on the buildbot itself, to see if I can recreate it. > > It seems to be stalling out. I'm not sure exactly what's happening > here. Running just that one file doesn't do it, but running the full > test suite results in a stall. > > ChrisA > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org <javascript:;> > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150328/bb8ddfde/attachment.html>
- 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