summaryrefslogtreecommitdiff
path: root/test/fops/file.c
Commit message (Expand)AuthorAgeFilesLines
* Add tests for creating bulk and non-bulk items that we know will succeed;Keith Bostic2014-11-211-2/+69
* Move the test run into a subdirectory, WT_TEST.Keith Bostic2014-11-211-24/+24
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Avoid named checkpoints in test/fops now that they are prohibited with LSM.Michael Cahill2013-05-241-5/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* Add in session.open_cursor operations, reference #373.Keith Bostic2012-10-201-0/+22
* Add sanity check of cache size to LSM open.Alex Gorrod2012-10-031-2/+2
* Bulk-load is only possible if the we just created the file, which meansKeith Bostic2012-09-201-1/+1
* lintKeith Bostic2012-09-121-1/+2
* Fix bulk loads concurrent with schema modifying operations.Michael Cahill2012-09-111-10/+10
* Add a bulk cursor operation into fop test.Alex Gorrod2012-09-071-0/+27
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-1/+1
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-161-3/+7
* Add tests for table-level operations to test/fops.Michael Cahill2012-06-041-10/+10
* session-drop normally returns EBUSY if the handle isn't available.Keith Bostic2012-05-281-1/+1
* Fix error messages to have the right method names.Keith Bostic2012-05-281-4/+4
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-281-0/+93