This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-11-14.12:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573735974.8.0.945088390844.issue38796@roundup.psfhosted.org>
In-reply-to
Content
It looks like a race condition in the test. If I recall correctly, there is an hardcoded timeout somewhere (1 second?).

https://buildbot.python.org/all/#/builders/368/builds/72

======================================================================
FAIL: test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/_test_multiprocessing.py", line 2807, in test_mymanager_context
    self.assertIn(manager._process.exitcode, (0, -signal.SIGTERM))
AssertionError: None not found in (0, -15)
History
Date User Action Args
2019-11-14 12:52:54vstinnersetrecipients: + vstinner
2019-11-14 12:52:54vstinnersetmessageid: <1573735974.8.0.945088390844.issue38796@roundup.psfhosted.org>
2019-11-14 12:52:54vstinnerlinkissue38796 messages
2019-11-14 12:52:54vstinnercreate