summaryrefslogtreecommitdiff
path: root/test/suite/test_dupc.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-261-10/+10
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-2/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add '--parallel N' option to run.py. Using '--parallel' requiresDon Anderson2013-12-191-4/+4
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Test fixes now that populate inserts the requested number of records.Michael Cahill2012-12-111-1/+1
* Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-1/+1
* Change test_truncate01 to test both in-memory and disk images of theKeith Bostic2012-08-241-2/+2
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* test typo: after duplication, cursors should be equal.Michael Cahill2012-07-301-1/+1
* Fix methods that return integer parameters from Python.Michael Cahill2012-07-301-1/+1
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-1/+1
* Lightly modified diff from Rolf's random-cursor test pull request.Keith Bostic2012-07-271-5/+5
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-251-32/+32
* Next set of changes for #247, fast-path session.truncate. The focus of thisKeith Bostic2012-07-241-31/+33
* A complexPopulate to the helper script, used by the truncate and cursorKeith Bostic2012-07-171-0/+83