summaryrefslogtreecommitdiff
path: root/test/suite/test_truncate01.py
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+3
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* If the default leaf/internal page size is 4KB, then setting it toKeith Bostic2013-05-231-3/+6
* 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-1/+1
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-1/+1
* Now that we export cursor.compare; move the cursor positioning forKeith Bostic2012-09-071-48/+73
* Detect if truncate cursors are incorrectly ordered, that is, if theKeith Bostic2012-09-011-5/+63
* Add a basic test for tables -- we can't do the kind of layout testing weKeith Bostic2012-08-301-5/+62
* Review and cleanup: make test_truncate02.py ready for testing otherKeith Bostic2012-08-281-4/+4
* The cursor has to be configured for overwrite when we're replacingKeith Bostic2012-08-261-1/+1
* Re-write the primary truncation test to have a set of "layouts" whichKeith Bostic2012-08-261-92/+130
* Re-work truncation tests to build a dictionary of expected valuesKeith Bostic2012-08-251-51/+59
* Fix some whitespace.Keith Bostic2012-08-241-7/+5
* Add implicitly created records for column-stores to the truncate test:Keith Bostic2012-08-241-9/+35
* typo, both on-disk tests were the same.Keith Bostic2012-08-241-1/+1
* Optionally append rows to the disk image so we test the transition acrossKeith Bostic2012-08-241-7/+22
* Only repeat the small object truncation with/without full cursorKeith Bostic2012-08-241-7/+4
* Change test_truncate01 to test both in-memory and disk images of theKeith Bostic2012-08-241-16/+24
* whitespaceKeith Bostic2012-08-231-1/+1
* Test objects with 8t values so we test the fixed-length cursor routinesKeith Bostic2012-08-231-22/+48
* Use scenarios to test a few more object types, specifically,Keith Bostic2012-08-231-25/+45
* Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic2012-08-231-0/+178