cpython/Lib/bsddb/test
Trent Nelson 6e7e137cff Merged revisions 64368-64369 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade

........
  r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line

  Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25.  Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project.  This was a conscious decision and actually makes everything far more easier to manage.  With this approach, entire test suite passed straight off the bat.  Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short.  10 seconds seems to be fine for me, but I'll make sure Jesus verifies.  More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now).
........
  r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line

  Bump Berkeley DB version from 4.4.20 to 4.7.25.
........
2008-06-27 02:30:34 +00:00
..
__init__.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
test_all.py Better integration between Python testing and bsddb3 2008-05-27 13:26:02 +00:00
test_associate.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_basics.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_compare.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_compat.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_cursor_pget_bug.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_dbobj.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_dbshelve.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_dbtables.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_distributed_transactions.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_early_close.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_get_none.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_join.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_lock.py issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get 2008-05-17 06:12:02 +00:00
test_misc.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_pickle.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_queue.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_recno.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00
test_replication.py Merged revisions 64368-64369 via svnmerge from 2008-06-27 02:30:34 +00:00
test_sequence.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
test_thread.py Testsuite for bsddb module, version 4.6.4 2008-05-13 20:57:59 +00:00