Sporadic failures in test_multiprocessing_main_handling?

Hello all,
Are we aware of sporadic failures in test_multiprocessing_main_handling? I got a hang here and I'm wondering if it's due to my changes: https://travis-ci.org/python/cpython/jobs/242108490#L2211
Thanks & Regards
Antoine.

I manage to reproduce. Sorry for the noise here.
Regards
Antoine.
Le 12/06/2017 à 19:50, Antoine Pitrou a écrit :
Hello all,
Are we aware of sporadic failures in test_multiprocessing_main_handling? I got a hang here and I'm wondering if it's due to my changes: https://travis-ci.org/python/cpython/jobs/242108490#L2211
Thanks & Regards
Antoine.
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

Hi Antoine,
Buildbots got a new coloor last month: orange. It means that we detected "warnings", one of these warnings are tests which failed once but then passed when run a second time. I started to open an issue for each CI failure and for each unstable test (fail then pass).
For multiprocessing, I already have 4 open issues:
http://bugs.python.org/issue30595 http://bugs.python.org/issue30356 http://bugs.python.org/issue30339 http://bugs.python.org/issue30333
See also by "buildbot report" emails to python-dev.
Victor
2017-06-12 19:50 GMT+02:00 Antoine Pitrou <antoine@python.org>:
Hello all,
Are we aware of sporadic failures in test_multiprocessing_main_handling? I got a hang here and I'm wondering if it's due to my changes: https://travis-ci.org/python/cpython/jobs/242108490#L2211
Thanks & Regards
Antoine.
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

typo:
2017-06-13 8:42 GMT+02:00 Victor Stinner <victor.stinner@gmail.com>:
See also *my* "buildbot report" emails to python-dev.
Oh, it seems like you bug you saw is not in the bug tracker. I opened this issue: http://bugs.python.org/issue30643
You can use it to track your progress on that one, since it sems like you are able to reproduce it (good!).
Victor
participants (2)
-
Antoine Pitrou
-
Victor Stinner