summaryrefslogtreecommitdiff
path: root/test/fops
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-232-4/+7
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-022-21/+3
* Merge pull request #2571 from wiredtiger/wt-2471Keith Bostic2016-03-111-1/+1
|\
| * WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-1/+1
* | WT-2467: Coverity 1352894: Logically dead codeKeith Bostic2016-03-111-1/+1
|/
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-0/+2
* Don't create "words" the spellcheck script will complain about.Keith Bostic2016-01-101-2/+2
* Change WT_SESSION.rebalance to silently succeed if the tree hasKeith Bostic2016-01-043-5/+29
* Consistently use __wt_yield() in all of the test programs.Keith Bostic2016-01-042-5/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-014-4/+4
* WT-2184 Updates to the new recovery tests.Alex Gorrod2015-11-031-0/+2
* SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-6/+6
* Add forced drops to test/fops. We have seen failures where a checkpoint inte...Michael Cahill2015-05-183-12/+14
* Change to __wt_existsDavid Hows2015-05-121-1/+0
* 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-083-3/+3
* Pull out the RNG fucnctions into test_util.i.Keith Bostic2015-05-081-26/+3
* Add testutils to all testsDavid Hows2015-05-051-1/+1
* 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
* test/fops/thread.h 48 Warning 537: Repeated include file './wiredtiger.h'Keith Bostic2015-05-041-1/+0
* Fix GCC 4.1 build warning in test/fops.Alex Gorrod2015-05-041-0/+2
* Code review ChangesDavid Hows2015-05-014-53/+48
* Add directory_delimiter functionDavid Hows2015-05-011-5/+1
* Move utilities to .i and add fixes for WindowsDavid Hows2015-05-014-5/+9
* Change comments and use snprintfdaveh862015-05-011-7/+9
* Remove relative pathingdaveh862015-05-014-6/+9
* Fix Broken Includes and other minor thingsdaveh862015-05-012-0/+2
* Changes by s_alldaveh862015-05-011-2/+0
* Create test utilities and modify FOPS testdaveh862015-05-013-47/+15
* Remove core files when cleaning out the directory.Keith Bostic2015-04-101-1/+1
* Merge branch 'win_test_fops_new' of https://github.com/markbenvenuto/wiredtig...Keith Bostic2015-04-082-2/+25
|\
| * Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-082-3/+26
* | 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-044-0/+4
* Add tests for creating bulk and non-bulk items that we know will succeed;Keith Bostic2014-11-214-11/+97
* Move the test run into a subdirectory, WT_TEST.Keith Bostic2014-11-215-35/+46
* 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-042-8/+12
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-1/+4
* Update copyright notices for 2014.Keith Bostic2014-01-074-4/+4
* Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-031-1/+1
* CID 1129022 (#1 of 1): Dead default in switch (DEADCODE)Keith Bostic2013-11-151-2/+0
* Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.hKeith Bostic2013-11-063-20/+10
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-012-1/+6