History log of /external/python/cpython2/Lib/test/test_bsddb3.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d3f130d41d0c3f437f37a18c624955ce8bf65d3 02-Feb-2010 Ezio Melotti <ezio.melotti@gmail.com> Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.
/external/python/cpython2/Lib/test/test_bsddb3.py
5d62cfe070b63cdb3c80744ef9970facc008750c 02-Feb-2010 Ezio Melotti <ezio.melotti@gmail.com> #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.
/external/python/cpython2/Lib/test/test_bsddb3.py
597ebab74466593dc05a35faad0f5c316900153b 31-Mar-2009 R. David Murray <rdmurray@bitdance.com> A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module. Also fixed formatting of some previous comments.
/external/python/cpython2/Lib/test/test_bsddb3.py
3db8a3432bd84b58bdc7da2c9872777c537a4d09 31-Mar-2009 R. David Murray <rdmurray@bitdance.com> Change more tests to use import_module for the modules that
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
/external/python/cpython2/Lib/test/test_bsddb3.py
dbd2f6d8a99c817a7a711e53554be0a75057d853 27-May-2008 Jesus Cea <jcea@jcea.es> Better integration between Python testing and bsddb3
/external/python/cpython2/Lib/test/test_bsddb3.py
8107290fa186bd5efa2a9c158000fd578d228a6c 25-May-2008 Gregory P. Smith <greg@mad-scientist.com> * Give the test_bsddb3 tests a unique temporary directory to run their
stuff in and clean it up afterwards regardless of the result.
* Get rid of duplicate list of test modules to run, they're maintained
within test_all now.
* Print the BerkeleyDB version to stderr when running test_bsddb3 to
help buildbot problem diagnosis.
/external/python/cpython2/Lib/test/test_bsddb3.py
ee365b9f928e483fb13275a8986a3802ec7e8d1d 14-May-2008 Gregory P. Smith <greg@mad-scientist.com> Enable the updated Lib/bsddb/test suite to run.
/external/python/cpython2/Lib/test/test_bsddb3.py
6057b2e645dd3b7a262553d5a547ef45d3fc5d93 24-Feb-2008 Neal Norwitz <nnorwitz@gmail.com> Create a db_home directory with a unique name so multiple users can
run the test simultaneously. The simplest thing I found that worked
on both Windows and Unix was to use the PID. It's unique so should be
sufficient. This should prevent many of the spurious failures of
the automated tests since they run as different users.

Also cleanup the directory consistenly in the tearDown methods.

It would be nice if someone ensured that the directories are always
created with a consistent name.
/external/python/cpython2/Lib/test/test_bsddb3.py
41ada16cb7d14801decd4d0e99a11d0841023f77 27-Jan-2008 Neal Norwitz <nnorwitz@gmail.com> Print periodic "still working" messages since this suite is slow.
/external/python/cpython2/Lib/test/test_bsddb3.py
c2898c5a678e6dd00c3e0b18a214fcd7a3533800 25-Apr-2007 Collin Winter <collinw@gmail.com> Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
/external/python/cpython2/Lib/test/test_bsddb3.py
372b583a6b9fb16b4a7dd926d0bf0bf35975646a 05-Jun-2006 Gregory P. Smith <greg@mad-scientist.com> * fix DBCursor.pget() bug with keyword argument names when no data= is
supplied [SF pybsddb bug #1477863]
/external/python/cpython2/Lib/test/test_bsddb3.py
f0547d0d3e1bb85126159b8bb0311b99263df991 05-Jun-2006 Gregory P. Smith <greg@mad-scientist.com> * add support for DBSequence objects [patch #1466734]
/external/python/cpython2/Lib/test/test_bsddb3.py
14361fffc233072acdc8973ac12fa79a38cac2b8 25-Jan-2006 Neal Norwitz <nnorwitz@gmail.com> Remove generated test db files
/external/python/cpython2/Lib/test/test_bsddb3.py
62a21121b4acf9b37ea62e64498a869048fefb5b 25-Jan-2006 Neal Norwitz <nnorwitz@gmail.com> Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.

Will backport.
/external/python/cpython2/Lib/test/test_bsddb3.py
0a26235e671064ddda5625c1981aa2edf91bb7a8 30-Dec-2002 Barry Warsaw <barry@python.org> Add some missing tests. Should now test everything that pybsddb's
test suite tests.
/external/python/cpython2/Lib/test/test_bsddb3.py
77c06fbf942bf4c532d0f8d6f254882a9e5957ec 24-Nov-2002 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_bsddb3.py
1c6b1a2b4ea38955a3f0514f4709bafd0be96c5e 19-Nov-2002 Martin v. Löwis <martin@v.loewis.de> Importing test suite from bsddb3 3.4.0 (with modifications).
/external/python/cpython2/Lib/test/test_bsddb3.py