Issue 6747: test test_multiprocessing failed (original) (raw)

Issue6747

Created on 2009-08-21 00:09 by LinuxDonald, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg91797 - (view) Author: Thomas Kowaliczek (LinuxDonald) Date: 2009-08-21 00:09
test test_multiprocessing failed -- Traceback (most recent call last): File "/home/LinuxDonald/Downloads/Python-3.1.1/Lib/test/test_multiprocessing.py", line 1077, in test_number_of_objects self.assertEqual(refs, EXPECTED_NUMBER) AssertionError: 4 != 1
msg91799 - (view) Author: Thomas Kowaliczek (LinuxDonald) Date: 2009-08-21 01:01
On my Netbook Fedora 11 32 Bit the test works but not on my NoteBook Fedora 11 64Bit
msg99066 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-08 19:59
See #5930.
History
Date User Action Args
2022-04-11 14:56:52 admin set github: 50996
2010-02-08 19:59:32 flox set status: open -> closedsuperseder: Transient error in multiprocessing (test_number_of_objects)nosy: + floxmessages: + resolution: duplicatestage: test needed ->
2009-08-21 01:01:59 LinuxDonald set messages: +
2009-08-21 00:23:12 brett.cannon set nosy:jnoller, LinuxDonaldtype: behaviorcomponents: + Extension Modules, - Testsstage: test needed
2009-08-21 00:22:49 brett.cannon set assignee: jnollernosy: + jnoller
2009-08-21 00:09:45 LinuxDonald create