[Python-Dev] Looking for a Windows bsddb fan

Barry A. Warsaw barry@python.org
Fri, 24 Jan 2003 08:58:01 -0500


>>>>> "BAW" == Barry A Warsaw <barry@python.org> writes:

    BAW> I forwarded this message to pybsddb-users@lists.sf.net.  I'm
    BAW> not sure if Greg Smith reads python-dev and he's probably the
    BAW> best guy to look at Windows problems.  Needless to say, the
    BAW> extended tests work(ed) fine for me on Linux.

I take that back, I'm getting similar failures on Linux after
cvs upping and rebuilding with db 4.1.25.

Will investigate.
-Barry

-------------------- snip snip --------------------
...
======================================================================
ERROR: test01_associateWithDB (bsddb.test.test_associate.ThreadedAssociateRecnoTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/barry/projects/python/Lib/bsddb/test/test_associate.py", line 96, in setUp
    self.env.open(homeDir, db.DB_CREATE | db.DB_INIT_MPOOL |
DBAgainError: (11, 'Resource temporarily unavailable -- unable to join the environment')

======================================================================
ERROR: test02_associateAfterDB (bsddb.test.test_associate.ThreadedAssociateRecnoTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/barry/projects/python/Lib/bsddb/test/test_associate.py", line 96, in setUp
    self.env.open(homeDir, db.DB_CREATE | db.DB_INIT_MPOOL |
DBAgainError: (11, 'Resource temporarily unavailable -- unable to join the environment')

----------------------------------------------------------------------
Ran 182 tests in 493.527s

FAILED (errors=18)
[26387 refs]