[Python-Dev] latest bsddb3 test problems (original) (raw)
Raymond Hettinger python at rcn.com
Mon Sep 22 00:52:42 EDT 2003
- Previous message: [Python-Dev] latest bsddb3 test problems
- Next message: [Python-Dev] latest bsddb3 test problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Jeremy]
With current cvs on the release23-maint branch, I get a bunch of tracebacks printed to the console without having the test fail. I haven't looked at the test at all, so I don't know what any of these messages mean. It seems, though, that the test should fail if a thread fails with an exception.
I do get a test failure with the following diagnostic:
====================================================================== ERROR: test01_basics (bsddb.test.test_dbshelve.EnvThreadHashShelveTestCase)
Traceback (most recent call last): File "C:\PY23\lib\bsddb\test\test_dbshelve.py", line 75, in test01_basics self.do_open() File "C:\PY23\lib\bsddb\test\test_dbshelve.py", line 238, in do_open self.env.open(homeDir, self.envflags | db.DB_INIT_MPOOL | db.DB_CREATE) DBAgainError: (11, 'Resource temporarily unavailable -- unable to join the environment')
Raymond Hettinger
################################################################# ################################################################# ################################################################# ##### ##### ##### ################################################################# ################################################################# #################################################################
- Previous message: [Python-Dev] latest bsddb3 test problems
- Next message: [Python-Dev] latest bsddb3 test problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]