[Python-Dev] Berkeley test errors in 2.3.4c1 (original) (raw)

Gregory P. Smith greg at electricrain.com
Sat May 15 20:28:13 EDT 2004


On Sat, May 15, 2004 at 08:25:01PM -0400, Tim Peters wrote:

[Gregory P. Smith, on_ _http://www.python.org/sf/954530 ]

> fixed. it was broken test case due to a different default behaviour > on 2.3 than 2.4. sorry about that. i took the easy route and just > cauterized the broken test rather than writing a proper one for the > 2.3 branch. Thanks! I ran the original on WinXP from the released 2.3.4c1, but am not able to build my own 2.3 Python on that box (well, not without more setup time than I can give to it now). Going back to a Win98SE box and building from current release23-maint CVS, testbsddb3 failed with 4 instances of a different error (see attached). But, IIRC, the test has always failed on Win98SE in this way. All the errors I reported above went away.

====================================================================== ERROR: test01basics (bsddb.test.testdbshelve.EnvBTreeShelveTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\CODE\23\lib\bsddb\test\testdbshelve.py", line 75, in test01basics self.doopen() File "C:\CODE\23\lib\bsddb\test\testdbshelve.py", line 238, in doopen self.env.open(homeDir, self.envflags | db.DBINITMPOOL | db.DBCREATE) DBAgainError: (11, 'Resource temporarily unavailable -- unable to join the environment')

Yeah I'd chalk that one up to Win98.

-g



More information about the Python-Dev mailing list