summaryrefslogtreecommitdiff
path: root/test/format/t.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+2
* WT-2615 Enabling checkpoints in test/format leads to reduced concurrency (#2720)Keith Bostic2016-05-051-0/+3
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-141-2/+2
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-1/+1
* WT-2422: multiple definitions of custom die functionKeith Bostic2016-02-221-3/+4
* WT-2405 Switch new testing error handler to be shared in test utilAlex Gorrod2016-02-191-5/+5
* WT-2405 Switch test/format to use shared testutil_dieAlex Gorrod2016-02-191-21/+13
* WT-2405: test utility error handling.Keith Bostic2016-02-181-11/+6
* WT-2361: column-store starting record number errorKeith Bostic2016-02-021-5/+5
* Set the Windows program name globally so all error messages make sense.Keith Bostic2016-01-281-0/+4
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-0/+5
|/
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-201-2/+8
|\
| * Change format to step the RNG forward so that we don't start at theKeith Bostic2015-08-191-2/+8
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-041-2/+10
|\ \ | |/
| * Have the command-line -1 flag override runs configured from otherKeith Bostic2015-08-041-2/+10
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-0/+5
|/
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-1/+1
* Ignoring return value of functionKeith Bostic2015-05-101-1/+1
* Single-thread failure so we don't close the global file handles twice.Keith Bostic2015-05-101-2/+7
* Don't call fclose multiple times, clear the FILE handle to make sureKeith Bostic2015-05-101-20/+8
* Rework test/format to use the WiredTiger RNG, not rand.Keith Bostic2015-05-091-4/+3
* CR ChangesDavid Hows2015-05-071-9/+41
* Add testutils to all testsDavid Hows2015-05-051-42/+10
* Coverity 1129063: Time of check time of use (TOCTOU)Keith Bostic2015-05-011-9/+1
* Have test/format flush completion messages so we can see progress in automate...Michael Cahill2015-04-141-0/+1
* Change to build format without installing Berkeley DB.Keith Bostic2015-04-131-0/+4
* Replace setvbuf calls to configure line-buffering with FILE handle flushKeith Bostic2015-04-081-17/+4
* Simplify the operations loop -- basically, we want to do N loops ofKeith Bostic2015-03-041-28/+30
* If no timer and no operations, only do one pass through the loop,Keith Bostic2015-03-041-4/+2
* Use the standard types for retrieving/reporting run times.Keith Bostic2015-03-041-5/+5
* Output runtime for each iteration of test/format.Alex Gorrod2015-03-041-2/+6
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Do operations if we have a time or an operation count.Keith Bostic2014-11-121-3/+5
* Add support for timer-specified runs.Keith Bostic2014-11-111-1/+1
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-3/+3
* 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-7/+11
* More salvage testing, randomly overwrite roughly 2% of the file,Keith Bostic2014-08-301-14/+1
* Get rid of "hot" backup labels, it's just "backup" now.Keith Bostic2014-08-261-4/+4
* Rework salvage merge: the big idea is we can't discard backing page orKeith Bostic2014-08-191-14/+13
* Don't clean up on SIGINT, just leave things as they are.Keith Bostic2014-06-121-23/+0
* Somewhere along the line we lost the functionality for replay, we'reKeith Bostic2014-05-301-20/+17
* Before test/format runs salvage, it takes a copy of files. Do that before op...Michael Cahill2014-05-071-0/+1
* Add -H to the usage output.Keith Bostic2014-01-181-1/+2
* Add the "-H helium_mount" command-line option instead of hard-wiring theKeith Bostic2014-01-181-1/+4
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Allow replay of threaded runs.Keith Bostic2013-12-071-9/+30
* Add a small hack so the "make check" ignores any local CONFIG file.Keith Bostic2013-12-061-1/+4