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 2017-05-04.17:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493918341.49.0.687778990456.issue30269@psf.upfronthosting.co.za>
In-reply-to
Content
[2.7] test_release_task_refs() of test_multiprocessing.py fails randomly.

Example:

http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%202.7/builds/136/steps/test/logs/stdio

[116/401/1] test_multiprocessing
[77069 refs]
test test_multiprocessing failed -- Traceback (most recent call last):
  File "/srv/buildbot/buildarea/2.7.bolen-ubuntu/build/Lib/test/test_multiprocessing.py", line 1293, in test_release_task_refs
    self.assertEqual(set(wr() for wr in refs), {None})
AssertionError: Items in the first set but not the second:
<test.test_multiprocessing.CountedObject object at 0x40f7061c>
<test.test_multiprocessing.CountedObject object at 0x40f70654>
<test.test_multiprocessing.CountedObject object at 0x40f70a7c>
<test.test_multiprocessing.CountedObject object at 0x40f70cac>
<test.test_multiprocessing.CountedObject object at 0x40f709d4>
<test.test_multiprocessing.CountedObject object at 0x40f70734>
<test.test_multiprocessing.CountedObject object at 0x40f70d54>
<test.test_multiprocessing.CountedObject object at 0x40f707a4>
<test.test_multiprocessing.CountedObject object at 0x40f70ea4>
<test.test_multiprocessing.CountedObject object at 0x40f705e4>
Items in the second set but not the first:
None
(...)
Re-running test 'test_multiprocessing' in verbose mode
(...)
Ran 167 tests in 20.640s
OK (skipped=12)
History
Date User Action Args
2017-05-04 17:19:01vstinnersetrecipients: + vstinner
2017-05-04 17:19:01vstinnersetmessageid: <1493918341.49.0.687778990456.issue30269@psf.upfronthosting.co.za>
2017-05-04 17:19:01vstinnerlinkissue30269 messages
2017-05-04 17:19:01vstinnercreate