summaryrefslogtreecommitdiff
path: root/test/suite/test_checkpoint01.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-261-28/+36
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-8/+0
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-7/+7
* WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-1/+1
* WT-2437 Adjust expected error messages to support Windows.Susan LoVerso2016-03-011-1/+1
* WT-2349 Add test testing methods not supported.Susan LoVerso2016-02-101-3/+7
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Python, whitespace cleanup.Keith Bostic2015-08-201-1/+1
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-15/+5
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-12/+13
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Disallow JSON quoting characters in checkpoint names, it's not a goodKeith Bostic2014-09-091-2/+8
* 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
* Generalize the LSM check, Memrata devices don't support named checkpointsKeith Bostic2013-07-221-1/+1
* Populate with LSM for the named-checkpoint test.Keith Bostic2013-05-261-2/+2
* Check we can't name checkpoints that include LSM tables.Keith Bostic2013-05-261-1/+12
* If the default leaf/internal page size is 4KB, then setting it toKeith Bostic2013-05-231-1/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-4/+4
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-6/+2
* Add a test that confirms empty checkpoints work, that is, we see emptyKeith Bostic2012-09-181-0/+37
* Change test_truncate01 to test both in-memory and disk images of theKeith Bostic2012-08-241-5/+5
* If the application does a checkpoint (regardless whether it's named orKeith Bostic2012-08-161-0/+42
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Typo, test was incorrectly commented out.Keith Bostic2012-08-031-1/+1
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-16/+76
* Lightly modified diff from Rolf's random-cursor test pull request.Keith Bostic2012-07-271-11/+11
* whitespaceKeith Bostic2012-07-271-3/+3
* Test that you can't update checkpoint cursors.Keith Bostic2012-07-271-0/+20
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-261-3/+2
* Issue #269 resolved, turn on and debug the remaining "checkpoint drop"Keith Bostic2012-07-261-46/+39
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-251-164/+164
* Checkpoint both open and closed files if the checkpoint is droppingKeith Bostic2012-07-251-4/+7
* Wrap file verification into the general "check" routine.Keith Bostic2012-07-251-12/+46
* Add a test for checkpoint targets.Keith Bostic2012-07-251-2/+50
* Test both file and table object checkpoints.Keith Bostic2012-07-251-10/+14
* Break out cursor-related tests into their own class and expand tests,Keith Bostic2012-07-251-25/+67
* On second thought: add the checkpoint name into the key's value, thatKeith Bostic2012-07-251-35/+32
* Remove unnecessary sizes assignment.Keith Bostic2012-07-251-27/+24
* Don't bother asserting WT calls return 0, they fail if they don't.Keith Bostic2012-07-251-3/+3
* Verify after each checkpoint is taken.Keith Bostic2012-07-251-19/+23
* Remove the cursor_lock_deprecated function, it's never used.Keith Bostic2012-07-251-15/+0
* uncomment the verify of the object after the checkpoint drop, it's a goodKeith Bostic2012-07-251-1/+1
* Whitespace pass: consistent 4-space indentation.Keith Bostic2012-07-251-86/+90
* Delete local setUpConnectionOpen, we can use the default one.Keith Bostic2012-07-251-5/+2
* Remove unused imports.Keith Bostic2012-07-251-6/+1
* Add a copyright notice to test_checkpoint01.py.Michael Cahill2012-07-171-6/+35
* some cursor lock tests finally passedWaqas2012-07-091-7/+7
* adding few more tasks in cursor_lock()Waqas2012-07-091-5/+10