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-16.22:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494973272.31.0.265794679447.issue30333@psf.upfronthosting.co.za>
In-reply-to
Content
Other test_multiprocessing_forkserver errors on AMD64 FreeBSD CURRENT Non-Debug 3.6.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.6/builds/150/steps/test/logs/stdio

(...)
test_import (test.test_multiprocessing_forkserver._TestImportStar) ... ok
Dangling threads: {<Thread(Thread-97, started daemon 34452785920)>}

======================================================================
FAIL: test_active_children (test.test_multiprocessing_forkserver.WithProcessesTestProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current.nondebug/build/Lib/test/_test_multiprocessing.py", line 345, in test_active_children
    self.assertIn(p, self.active_children())
AssertionError: <Process(Process-226, stopped daemon)> not found in []

======================================================================
FAIL: test_notify (test.test_multiprocessing_forkserver.WithThreadsTestCondition)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current.nondebug/build/Lib/test/_test_multiprocessing.py", line 886, in test_notify
    self.assertReturnsIfImplemented(1, get_value, woken)
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current.nondebug/build/Lib/test/_test_multiprocessing.py", line 165, in assertReturnsIfImplemented
    return self.assertEqual(value, res)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 277 tests in 92.148s

FAILED (failures=2, skipped=16)
Warning -- threading._dangling was modified by test_multiprocessing_forkserver
  Before: <_weakrefset.WeakSet object at 0x805771518>
  After:  <_weakrefset.WeakSet object at 0x8009c6cf8> 
test test_multiprocessing_forkserver failed
History
Date User Action Args
2017-05-16 22:21:12vstinnersetrecipients: + vstinner, davin
2017-05-16 22:21:12vstinnersetmessageid: <1494973272.31.0.265794679447.issue30333@psf.upfronthosting.co.za>
2017-05-16 22:21:12vstinnerlinkissue30333 messages
2017-05-16 22:21:11vstinnercreate