[issue22943] bsddb: test_queue fails on Windows

Benjamin Peterson report at bugs.python.org
Wed Nov 26 00:36:39 CET 2014


New submission from Benjamin Peterson:

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.

----------
components: Extension Modules
messages: 231687
nosy: benjamin.peterson
priority: normal
severity: normal
stage: needs patch
status: open
title: bsddb: test_queue fails on Windows
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list