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 davin, vstinner
Date 2017-05-10.15:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494429873.7.0.669335220252.issue30333@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.5/builds/97/steps/test/logs/stdio

test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... FAIL

...

Dangling threads: {<DummyProcess(Thread-110, started daemon 34437426432)>}

======================================================================
FAIL: test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.5.koobs-freebsd-current.nondebug/build/Lib/test/_test_multiprocessing.py", line 2359, in test_connection
    self.assertEqual(poll(TIMEOUT1), True)
AssertionError: False != True

----------------------------------------------------------------------
Ran 272 tests in 124.653s

FAILED (failures=1, skipped=16)
Warning -- threading._dangling was modified by test_multiprocessing_forkserver
  Before: <_weakrefset.WeakSet object at 0x80493d080>
  After:  <_weakrefset.WeakSet object at 0x804956160> 
test test_multiprocessing_forkserver failed[105/398/1] test_multiprocessing_forkserver
History
Date User Action Args
2017-05-10 15:24:33vstinnersetrecipients: + vstinner, davin
2017-05-10 15:24:33vstinnersetmessageid: <1494429873.7.0.669335220252.issue30333@psf.upfronthosting.co.za>
2017-05-10 15:24:33vstinnerlinkissue30333 messages
2017-05-10 15:24:33vstinnercreate