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