summaryrefslogtreecommitdiff
path: root/test/fops/t.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Changes for CRDavid Hows2015-05-111-3/+3
* Fix failed testsDavid Hows2015-05-111-2/+2
* Change all testutils functions to return nothingDavid Hows2015-05-111-2/+1
* test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-081-1/+0
* test/fops/t.c 199 Warning 534: Ignoring return value of functionKeith Bostic2015-05-041-1/+1
* external 'home' (line 40, file test/fops/t.c) could be made staticKeith Bostic2015-05-041-1/+1
* Code review ChangesDavid Hows2015-05-011-7/+7
* Add directory_delimiter functionDavid Hows2015-05-011-5/+1
* Move utilities to .i and add fixes for WindowsDavid Hows2015-05-011-1/+6
* Change comments and use snprintfdaveh862015-05-011-7/+9
* Remove relative pathingdaveh862015-05-011-1/+1
* Changes by s_alldaveh862015-05-011-2/+0
* Create test utilities and modify FOPS testdaveh862015-05-011-40/+14
* Merge branch 'win_test_fops_new' of https://github.com/markbenvenuto/wiredtig...Keith Bostic2015-04-081-2/+15
|\
| * Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-081-3/+16
* | Remove setvbuf calls to configure line-buffering, setvbuf(_IOLBF) isKeith Bostic2015-04-081-3/+0
|/
* 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-5/+9
* Move the test run into a subdirectory, WT_TEST.Keith Bostic2014-11-211-7/+18
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-9/+12
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-6/+6
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-031-1/+1
* Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-061-7/+7
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-291-4/+8
* Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-081-1/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Output statistics for all data sources from test/formatMichael Cahill2012-12-041-0/+3
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-261-3/+23
* Run some standard tests against table-on-LSM.Michael Cahill2012-10-181-6/+10
* s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+1
* warning: initialization discards qualifiers from pointer target typeKeith Bostic2012-10-081-2/+2
* Break out configuration so it's easy to run just one.Keith Bostic2012-10-081-9/+16
* spellingMichael Cahill2012-10-031-1/+1
* Add sanity check of cache size to LSM open.Alex Gorrod2012-10-031-5/+12
* Bulk-load is only possible if the we just created the file, which meansKeith Bostic2012-09-201-0/+6
* Fix the usage statement.Keith Bostic2012-09-201-2/+1
* Enable LSM in fop test.Alex Gorrod2012-09-071-1/+2
* Fix races in table-level schema operations.Michael Cahill2012-06-041-15/+10
* Add tests for table-level operations to test/fops.Michael Cahill2012-06-041-8/+16
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-011-7/+3
* Don't verify/sync after the file ops runs, the last operation may be aKeith Bostic2012-05-281-13/+2
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-281-0/+221