[ python-Bugs-954530 ] bsddb3 test errors

SourceForge.net noreply at sourceforge.net
Sat May 15 17:39:54 EDT 2004


Bugs item #954530, was opened at 2004-05-15 10:59
Message generated for change (Comment added) made by greg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=954530&group_id=5470

Category: Extension Modules
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tim Peters (tim_one)
>Assigned to: Gregory P. Smith (greg)
Summary: bsddb3 test errors

Initial Comment:
test_bsddb3 has 30 errors in 2.3.4c1, WinXP Pro SP1.  
They all appear to come from BTree tests, and are a mix 
of

DBNotFoundError

and

TypeError: unsubscriptable object

bsddb3.txt is a screen scrap of the whole test_bsddb3 
run.

----------------------------------------------------------------------

>Comment By: Gregory P. Smith (greg)
Date: 2004-05-15 14:39

Message:
Logged In: YES 
user_id=413

Revision 1.7.6.2 of Lib/bsddb/test/test_basics.py has the offending added test case removed.  it doesn't port directly from the 2.4 HEAD due to a different default behaviour.


----------------------------------------------------------------------

Comment By: Gregory P. Smith (greg)
Date: 2004-05-15 13:21

Message:
Logged In: YES 
user_id=413

some of the errors are occurring in code added by a patch i applied in february; i'm looking at reproducing this (on linux) now.  hopefully i just missed something when porting it over.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2004-05-15 11:01

Message:
Logged In: YES 
user_id=31435

Attaching bsddb3.txt (again?).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=954530&group_id=5470



More information about the Python-bugs-list mailing list