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 ezio.melotti
Recipients ezio.melotti
Date 2009-09-12.18:15:11
SpamBayes Score 1.1829551e-07
Marked as misclassified No
Message-id <1252779314.23.0.231704147278.issue6896@psf.upfronthosting.co.za>
In-reply-to
Content
While running test.regrtest, test_mailbox failed with the error:

test test_mailbox failed -- Traceback (most recent call last):
  File "/home/wolf/py3k/Lib/test/test_mailbox.py", line 116, in 
test_discard
    self.assertEqual(len(self._box), 1)
AssertionError: 2 != 1

I ran the test again several times and got intermittent failures in 
several different methods. Attached there's a file with the errors I 
got. 

During the first tests I was running test_mailbox after 
test_zipimport, but then I was able to reproduce the failures running 
test_mailbox alone.

I'm using Python 3.2a0 on Ubuntu 8.04.
History
Date User Action Args
2009-09-12 18:15:14ezio.melottisetrecipients: + ezio.melotti
2009-09-12 18:15:14ezio.melottisetmessageid: <1252779314.23.0.231704147278.issue6896@psf.upfronthosting.co.za>
2009-09-12 18:15:12ezio.melottilinkissue6896 messages
2009-09-12 18:15:12ezio.melotticreate