summaryrefslogtreecommitdiff
path: root/test/format
Commit message (Expand)AuthorAgeFilesLines
* WT-2635 Change test/format to not configure bzip on 3.0 (#2732)Keith Bostic2016-05-171-7/+2
* Don't try to test log compression from test/format on mongodb-3.0.Michael Cahill2015-12-021-1/+1
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-4/+0
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-1/+0
* WT-2049 don't start format's RNG at the same place every time.Michael Cahill2015-08-202-2/+11
* Deal with rnd == NULL in test/format.Michael Cahill2015-08-051-1/+8
* Update test/format's use of the random number generator to match develop.Michael Cahill2015-08-0511-87/+89
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-043-9/+38
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-1/+1
* test/format for WindowsMark Benvenuto2015-04-253-5/+7
* Merge pull request #1786 from wiredtiger/dump-configMichael Cahill2015-03-201-30/+1
|\
| * Now there's a base-configuration file, the format dump script no longerKeith Bostic2015-03-191-30/+1
* | Re-enable lz4 in random test/format configurations.Alex Gorrod2015-03-191-5/+0
|/
* Use #if/#endif so the spell-check scripts don't complain.Keith Bostic2015-03-191-4/+5
* Turn off lz4 from test/format random config generation.Alex Gorrod2015-03-191-0/+4
* Merge pull request #1771 from wiredtiger/lz4-keithAlex Gorrod2015-03-195-11/+28
|\
| * Add LZ4 compression to the standard list.Keith Bostic2015-03-185-11/+28
* | Redirect the "cd" command to /dev/null so chatty cd implementationsKeith Bostic2015-03-181-3/+9
|/
* Remove s_dumpcmp for "clean", it's re-created.Keith Bostic2015-03-181-1/+1
* die doesn't return, keep lint quiet.Keith Bostic2015-03-111-1/+6
* Don't set delete_pct to 0, or threads to 1 on the first run, we don't wantKeith Bostic2015-03-102-55/+41
* Simplify "threads" configuration, it's no different than other values.Keith Bostic2015-03-102-7/+10
* Remove duplicate logging config initializer from test/format.Alex Gorrod2015-03-091-4/+0
* More testing focus on row-store (60%), focus less on variable-lengthKeith Bostic2015-03-061-3/+3
* Don't clear operations values if the number of operations is 0, thatKeith Bostic2015-03-052-14/+5
* Simplify Berkeley DB configuration, don't try and optimize for read-onlyKeith Bostic2015-03-051-4/+1
* Disable compression from test/format smoke test.Alex Gorrod2015-03-051-1/+1
* Simplify the operations loop -- basically, we want to do N loops ofKeith Bostic2015-03-043-37/+44
* If no timer and no operations, only do one pass through the loop,Keith Bostic2015-03-041-4/+2
* Instead of introducing an additional configuration string (timeout),Keith Bostic2015-03-044-33/+23
* Use the standard types for retrieving/reporting run times.Keith Bostic2015-03-041-5/+5
* sort the configuration strings.Keith Bostic2015-03-041-4/+4
* Output runtime for each iteration of test/format.Alex Gorrod2015-03-041-2/+6
* Add time out functionality to test/format.Alex Gorrod2015-03-044-14/+29
* Stop testing for compression library existance in test/format.Alex Gorrod2015-03-031-33/+8
* Merge pull request #1704 from wiredtiger/recovery-fixesMichael Cahill2015-03-021-5/+9
|\
| * If the LSN given doesn't exist, don't return an error, but do forceSusan LoVerso2015-02-251-5/+9
* | Fixup test/format reporting.Alex Gorrod2015-02-271-1/+2
|/
* Run the statistics server thread 5% of the time, occasionally specify a listKeith Bostic2015-02-233-2/+21
* Run recovery after crashing test/format in the recovery test.Michael Cahill2015-02-171-4/+7
* Add -R to recovery test.Susan LoVerso2015-02-161-1/+2
* Save a copy of the crashed database directory before running recovery.Susan LoVerso2015-01-051-0/+4
* Don't drop core when running the recovery test script.Keith Bostic2015-01-041-0/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0412-0/+12
* Allow recovery test script to take an arg for number of runs. #1476Susan LoVerso2014-12-301-3/+9
* Add configuration options for log archive and pre-allocation, currentlyKeith Bostic2014-12-154-78/+113
* Clean up run reporting.Keith Bostic2014-12-151-3/+7
* Add a simple test of recovery -- on timed runs, the monitor threadKeith Bostic2014-12-154-3/+43
* Make every 1000th record big (80-100KB).Keith Bostic2014-12-102-10/+20
* When I switched the tracking frequency from 1/10 of a second to 1/4Keith Bostic2014-12-101-7/+7