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 benjamin.peterson
Recipients benjamin.peterson
Date 2014-11-25.23:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416958599.21.0.951541238956.issue22943@psf.upfronthosting.co.za>
In-reply-to
Content
One gets this on the Windows bots:

======================================================================
FAIL: test01_basic (bsddb.test.test_queue.SimpleQueueTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\bsddb\test\test_queue.py", line 49, in test01_basic
    self.assertEqual(len(d), len(string.letters)+3)
AssertionError: 125 != 128

======================================================================
FAIL: test02_basicPost32 (bsddb.test.test_queue.SimpleQueueTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\bsddb\test\test_queue.py", line 120, in test02_basicPost32
    self.assertEqual(len(d), len(string.letters)+3)
AssertionError: 125 != 128

----------------------------------------------------------------------

(See http://buildbot.python.org/all/builders/x86%20Windows7%202.7/builds/2925/steps/test/logs/stdio)

This has been going on for a long time. I doubt anyone cares. I'm just going to disable the test.
History
Date User Action Args
2014-11-25 23:36:39benjamin.petersonsetrecipients: + benjamin.peterson
2014-11-25 23:36:39benjamin.petersonsetmessageid: <1416958599.21.0.951541238956.issue22943@psf.upfronthosting.co.za>
2014-11-25 23:36:39benjamin.petersonlinkissue22943 messages
2014-11-25 23:36:38benjamin.petersoncreate