[Python-checkins] python/dist/src/PCbuild readme.txt,1.52,1.53

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Apr 11 15:03:02 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4962/python/PCbuild

Modified Files:
	readme.txt 
Log Message:
Record test_bsddb3 test results on WinXP.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** readme.txt	11 Apr 2004 18:23:06 -0000	1.52
--- readme.txt	11 Apr 2004 19:02:59 -0000	1.53
***************
*** 241,244 ****
--- 241,254 ----
      XXX threads are invisible to unittest).
  
+     XXX 11-Apr-2004 tim
+     XXX On WinXP Pro, I got one failure from test_bsddb3:
+     XXX
+     XXX ERROR: test04_n_flag (bsddb.test.test_compat.CompatibilityTestCase)
+     XXX Traceback (most recent call last):
+     XXX  File "C:\Code\python\lib\bsddb\test\test_compat.py", line 86, in test04_n_flag
+     XXX    f = hashopen(self.filename, 'n')
+     XXX File "C:\Code\python\lib\bsddb\__init__.py", line 293, in hashopen
+     XXX    d.open(file, db.DB_HASH, flags, mode)
+     XXX DBInvalidArgError: (22, 'Invalid argument -- DB_TRUNCATE illegal with locking specified')
  
  _ssl




More information about the Python-checkins mailing list