summaryrefslogtreecommitdiff
path: root/test/suite/helper.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2483 Skip temp log files when copying WT directory.Susan LoVerso2016-03-141-1/+4
* WT-2381 Add complex populate function for colgroup config for LSM.Susan LoVerso2016-02-251-0/+2
* WT-2381 Change test to look for config settings in colgroups forSusan LoVerso2016-02-251-15/+18
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2217 Convert values to tuples explicitly until we can fix the Python API n...Michael Cahill2015-11-161-3/+4
* WT-2217 Review Python test, improve complex populate helper to simplify tests.Michael Cahill2015-11-161-4/+3
* WT-147. Modify complex test schema to create some indices after populating.Don Anderson2015-09-171-4/+5
* SERVER-18899 followup to abstract copying a WT home directory into a function,Don Anderson2015-07-081-2/+2
* WT-18899 followup to abstract copying a WT home directory into a function,Don Anderson2015-07-081-1/+24
* WT-1978. Add tests for WT_CURSOR::compare and equals for cases whenDon Anderson2015-06-241-4/+4
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-6/+2
* Modify stats tests to use accurate btree_entries.Don Anderson2015-03-121-0/+11
* Enhance the drop test case to drop indices and drop with fresh sessions.Don Anderson2015-01-231-1/+4
* Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
|\
| * Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-3/+3
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Build cleanup, make the pull request pass the automatic tests.Keith Bostic2013-09-131-2/+2
* Clarify what's happening when the file comparison fails due to file size.Keith Bostic2013-09-131-2/+3
* Change the complex_populate fuction to optionally create LSM tables,Keith Bostic2013-05-261-12/+21
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* In the test suite, when checking that a data source is correctly populated,Michael Cahill2012-12-111-12/+13
* Merge pull request #386 from wiredtiger/dumpMichael Cahill2012-11-291-6/+12
|\
| * Missed a couple of self arguments.Keith Bostic2012-11-291-2/+2
| * Add a dump utility test that does end-to-end testing of complex tables.Keith Bostic2012-11-291-6/+12
* | Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-2/+2
|/
* Merge branch 'develop' into threaded-checkpoint-testMichael Cahill2012-09-071-32/+59
|\
| * Re-work truncation tests to build a dictionary of expected valuesKeith Bostic2012-08-251-19/+21
| * whitespaceKeith Bostic2012-08-251-7/+7
| * Give fixed-length column store objects random values.Keith Bostic2012-08-241-2/+8
| * Change test_truncate01 to test both in-memory and disk images of theKeith Bostic2012-08-241-10/+10
| * whitespaceKeith Bostic2012-08-231-1/+1
| * Change simple_populate to support objects with fixed-length values.Keith Bostic2012-08-231-6/+25
| * fix a comment.Keith Bostic2012-08-231-2/+2
* | Fix some bugs in threaded testing.Michael Cahill2012-08-311-17/+19
* | Add a test that does backups in parallel with updates.Alex Gorrod2012-08-311-0/+20
|/
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Lightly modified diff from Rolf's random-cursor test pull request.Keith Bostic2012-07-271-23/+24
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-251-2/+2
* Next set of changes for #247, fast-path session.truncate. The focus of thisKeith Bostic2012-07-241-5/+5
* Add a bunch of indexes to the complexPopulate function.Keith Bostic2012-07-201-3/+10
* Change the session.truncation implementation from a simple loop aroundKeith Bostic2012-07-201-0/+2
* Add truncation tests for row-store objects, and complex tables by URI.Keith Bostic2012-07-201-78/+38
* add function name to error message.Keith Bostic2012-07-171-1/+2
* Test rename of a complex object.Keith Bostic2012-07-171-1/+34
* whitespaceKeith Bostic2012-07-171-25/+25
* Make the drop test test against a complex table, and check that we'veKeith Bostic2012-07-171-2/+4
* A complexPopulate to the helper script, used by the truncate and cursorKeith Bostic2012-07-171-13/+54
* Convert test_base06 to use the new simplePopulation helper functions.Keith Bostic2012-07-111-2/+22
* Fix simplePopulate string test, string.find returns -1 on error.Keith Bostic2012-07-111-2/+2