[issue33532] test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI

STINNER Victor report at bugs.python.org
Wed May 30 19:40:54 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Python 3.7:

https://travis-ci.org/python/cpython/jobs/385458840

Re-running test 'test_multiprocessing_forkserver' in verbose mode

======================================================================
ERROR: test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/python/cpython/Lib/test/_test_multiprocessing.py", line 4324, in test_ignore
    os.kill(p.pid, signal.SIGUSR1)
ProcessLookupError: [Errno 3] No such process

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33532>
_______________________________________


More information about the Python-bugs-list mailing list