Message303309
| Author |
serhiy.storchaka |
| Recipients |
koobs, serhiy.storchaka, skrah, vstinner |
| Date |
2017年09月29日.08:26:04 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1506673565.16.0.213398074469.issue31629@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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_multiprocessing_fork.WithProcessesTestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/serhiy/py/cpython3.7-debug/Lib/test/_test_multiprocessing.py", line 505, in test_many_processes
self.assertEqual(p.exitcode, -signal.SIGTERM)
AssertionError: 1 != -15
======================================================================
FAIL: test_terminate (test.test_multiprocessing_fork.WithProcessesTestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/serhiy/py/cpython3.7-debug/Lib/test/_test_multiprocessing.py", line 360, in test_terminate
self.assertEqual(exitcode, -signal.SIGTERM)
AssertionError: 1 != -15
----------------------------------------------------------------------
test_subprocess hangs, perhaps due to the same cause. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年09月29日 08:26:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, skrah, koobs |
| 2017年09月29日 08:26:05 | serhiy.storchaka | set | messageid: <1506673565.16.0.213398074469.issue31629@psf.upfronthosting.co.za> |
| 2017年09月29日 08:26:05 | serhiy.storchaka | link | issue31629 messages |
| 2017年09月29日 08:26:04 | serhiy.storchaka | create |
|