[issue31629] test_multiprocessing_fork failure on FreeBSD

2017-10-30 Thread STINNER Victor
STINNER Victor added the comment: test_many_processes() was added by bpo-30589. Antoine Pitrou commented: "In the end, I'm glad I added a stress test (test_many_processes) as part of this issue.". I confirm that test_multiprocessing_fork fails with "./python -m test -vuall" on FreeBSD CURREN

[issue31629] test_multiprocessing_fork failure on FreeBSD

2017-09-29 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : test_multiprocessing_fork fails only if run all tests on FreeBSD. It is passed successfully if run it separately. $ ./python -m test -vuall ... == FAIL: test_many_processes (test.test_mul