summaryrefslogtreecommitdiff
path: root/test/fops/file.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-2/+4
* WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod2017-03-101-9/+18
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-1/+1
* Change WT_SESSION.rebalance to silently succeed if the tree hasKeith Bostic2016-01-041-0/+17
* Consistently use __wt_yield() in all of the test programs.Keith Bostic2016-01-041-3/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Add forced drops to test/fops. We have seen failures where a checkpoint inte...Michael Cahill2015-05-181-6/+8
* Code review ChangesDavid Hows2015-05-011-39/+38
* Move utilities to .i and add fixes for WindowsDavid Hows2015-05-011-1/+1
* Remove relative pathingdaveh862015-05-011-1/+1
* Fix Broken Includes and other minor thingsdaveh862015-05-011-0/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* 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