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 2018-07-04.07:49:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530690559.26.0.56676864532.issue34040@psf.upfronthosting.co.za>
In-reply-to
Content
AMD64 FreeBSD 10.x Shared 3.x:
http://buildbot.python.org/all/#/builders/87/builds/1137

======================================================================
FAIL: test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithProcessesTestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/_test_multiprocessing.py", line 680, in test_forkserver_sigkill
    self.check_forkserver_death(signal.SIGKILL)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/_test_multiprocessing.py", line 670, in check_forkserver_death
    self.assertTrue(evt.is_set())
AssertionError: False is not true

Re-running test 'test_multiprocessing_forkserver' in verbose mode
Ran 310 tests in 100.124s
OK (skipped=27)
History
Date User Action Args
2018-07-04 07:49:19vstinnersetrecipients: + vstinner
2018-07-04 07:49:19vstinnersetmessageid: <1530690559.26.0.56676864532.issue34040@psf.upfronthosting.co.za>
2018-07-04 07:49:19vstinnerlinkissue34040 messages
2018-07-04 07:49:18vstinnercreate