This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: bsddb3 test errors
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, tim.peters
Priority: normal Keywords:

Created on 2004-05-15 17:59 by tim.peters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bsddb3.txt tim.peters, 2004-05-15 18:01 test_bsddb3 output; 2.3.4c1; WinXP SP1
Messages (4)
msg20813 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-05-15 17:59
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.
msg20814 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-05-15 18:01
Logged In: YES 
user_id=31435

Attaching bsddb3.txt (again?).
msg20815 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2004-05-15 20:21
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.
msg20816 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2004-05-15 21:39
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.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40258
2004-05-15 17:59:53tim.peterscreate