summaryrefslogtreecommitdiff
path: root/test/format/wts.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-021-16/+34
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-071-2/+2
* 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-73/+70
* WT-3191 lint (#3310)Keith Bostic2017-02-211-1/+1
* WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows2016-11-071-2/+1
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-1/+4
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-2/+4
* WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-021-5/+6
* WT-2813 Configure eviction dirty settings explicitly for LSM in test/format (...sueloverso2016-08-081-0/+5
* WT-2738 Remove test/format debugging code. (#2879)Alex Gorrod2016-07-151-1/+0
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-151-0/+1
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-2/+2
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-141-6/+7
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-101-1/+6
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-3/+3
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-7/+9
* WT-2405: test utility error handling.Keith Bostic2016-02-191-13/+6
* WT-2405 Switch new testing error handler to be shared in test utilAlex Gorrod2016-02-191-11/+12
* WT-2405 Switch test/format to use shared testutil_dieAlex Gorrod2016-02-191-16/+18
* WT-2405: test utility error handling.Keith Bostic2016-02-181-25/+12
* Merge branch 'develop' into WT-60Michael Cahill2016-01-291-6/+1
|\
| * WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-281-6/+1
* | Set the Windows program name globally so all error messages make sense.Keith Bostic2016-01-281-4/+0
* | WT-60: big endian supportKeith Bostic2016-01-261-1/+1
|/
* WT-2287: WT_SESSION.rebalanceKeith Bostic2016-01-191-5/+1
* 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
* | Don't overwrite saved WiredTiger open string when configuring Helium.Keith Bostic2015-12-171-5/+5
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-3/+23
|/
* WT-2258: Add configuration support for a direct_io=(data) option.Keith Bostic2015-12-021-0/+3
* Turn of dump comparisons when configured in-memory.Keith Bostic2015-11-041-1/+6
* WT-2178: add support to format for in-memory runs.Keith Bostic2015-11-041-0/+4
* Add simple strdup/malloc wrappers so we don't have to check for errorKeith Bostic2015-08-071-5/+2
* Add ability to turn verify and salvage off in test/format.Alex Gorrod2015-06-301-0/+3
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-061-1/+1
* KNF: join some lines that didn't need to be split, sort some stuff.Keith Bostic2015-05-181-3/+2
* No reason to break out of the case after a return.Keith Bostic2015-05-181-17/+16
* Added simple 'rotn' encryption, to be used on 30% of runs. WT-1471Don Anderson2015-05-171-1/+22
* Added logging compression, some refactoring related to logging. WT-1471.Don Anderson2015-05-141-38/+43
* Merge branch 'develop' into lz4-compress-destsizeKeith Bostic2015-05-111-7/+6
|\
| * Don't call fclose multiple times, clear the FILE handle to make sureKeith Bostic2015-05-101-2/+1
| * Rework test/format to use the WiredTiger RNG, not rand.Keith Bostic2015-05-091-5/+5
* | Add LZ4 raw support based on the new LZ4_compress_destSize API, makingKeith Bostic2015-05-031-0/+4
|/
* Change to build format without installing Berkeley DB.Keith Bostic2015-04-131-1/+4
* Replace setvbuf calls to configure line-buffering with FILE handle flushKeith Bostic2015-04-081-5/+11
* test/format for WindowsMark Benvenuto2015-04-081-0/+2
* Add LZ4 compression to the standard list.Keith Bostic2015-03-181-1/+7
* Run the statistics server thread 5% of the time, occasionally specify a listKeith Bostic2015-02-231-2/+16