[New-bugs-announce] [issue3752] test_bsddb broken

Antoine Pitrou report at bugs.python.org
Mon Sep 1 17:09:12 CEST 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

Since the latest bsddb merge, test_bsddb is basically broken, all tests
fail with the same error (see also the buildbots):

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 20, in
setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 17, in
do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args,
**kw)))
AttributeError: 'module' object has no attribute 'StringValues'

----------
assignee: jcea
components: Tests
messages: 72260
nosy: jcea, pitrou
priority: critical
severity: normal
status: open
title: test_bsddb broken
type: behavior
versions: Python 3.0

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


More information about the New-bugs-announce mailing list