[New-bugs-announce] [issue30269] [2.7] test_release_task_refs() of test_multiprocessing.py is unstable

STINNER Victor report at bugs.python.org
Thu May 4 13:19:01 EDT 2017


New submission from STINNER Victor:

[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)

----------
components: Tests
messages: 293003
nosy: haypo
priority: normal
severity: normal
status: open
title: [2.7] test_release_task_refs() of test_multiprocessing.py is unstable
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30269>
_______________________________________


More information about the New-bugs-announce mailing list