summaryrefslogtreecommitdiff
path: root/test/format/wts.c
Commit message (Expand)AuthorAgeFilesLines
* Update test/format's use of the random number generator to match develop.Michael Cahill2015-08-051-5/+5
* 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-251-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
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add configuration options for log archive and pre-allocation, currentlyKeith Bostic2014-12-151-77/+98
* Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-13/+23
* wts.c:97:15: error: assignment discards 'const' qualifier from pointerKeith Bostic2014-10-291-1/+2
* warning: embedding a directive within macro arguments has undefinedKeith Bostic2014-10-291-10/+11
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-1/+8
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-4/+4
* The merge_threads configuration option has been replaced byKeith Bostic2014-09-231-1/+1
* Remove lsm=(merge_threads) configuration option.Alex Gorrod2014-09-191-3/+3
* Add support to run zlib-noraw compression.Keith Bostic2014-09-101-0/+4
* More salvage testing, randomly overwrite roughly 2% of the file,Keith Bostic2014-08-301-43/+0
* Get rid of "hot" backup labels, it's just "backup" now.Keith Bostic2014-08-261-6/+5
* WiredTiger config doesn't support setting the eviction max-threadsKeith Bostic2014-08-131-6/+14
* Randomly configure between 0 and 5 eviction worker threads.Keith Bostic2014-08-131-0/+2
* Make the "leak_memory" configuration explicit in the test/format config, off ...Michael Cahill2014-06-061-1/+1
* Somewhere along the line we lost the functionality for replay, we'reKeith Bostic2014-05-301-2/+2
* Before test/format runs salvage, it takes a copy of files. Do that before op...Michael Cahill2014-05-071-6/+18
* Remove workarounds from test/format for logs and LSM.Michael Cahill2014-05-071-3/+1
* Add trace functionality to WiredTiger API.Alex Gorrod2014-05-021-2/+3
* Optionally skip block cleanup and leak memory on connection close.Keith Bostic2014-05-011-1/+4
* Disable LSM salvage in test/format until ref #972 is fixed.Michael Cahill2014-04-291-2/+6
* Turn on logging 30% of the time.Keith Bostic2014-04-271-3/+4
* Merge branch 'develop' into zlib-fixesKeith Bostic2014-02-021-1/+1
|\
| * typo...Keith Bostic2014-02-011-1/+1
| * Make it easier to configure Helium compression in test/format, ifKeith Bostic2014-02-011-1/+1
* | Remove the automake shared library magic around loading the bzip2 compressorKeith Bostic2014-01-311-4/+2
* | Zlib compression does "raw" compression in all cases, rename the "raw"Keith Bostic2014-01-311-6/+6
|/
* Add compression support for Helium devices (the Helium HE_I_COMPRESSKeith Bostic2014-01-241-1/+2
* Add support for zlib compressionMichael Cahill2014-01-231-1/+6
* Cleanup pass over test/format kvs/memrata -> helium name changes.Keith Bostic2014-01-201-22/+14
* Merge branch 'develop' into heliumKeith Bostic2014-01-201-2/+3
|\
| * Add a mmap configuration to test/format, run with mmap 90% of the time.Keith Bostic2014-01-161-2/+3
* | Add the "-H helium_mount" command-line option instead of hard-wiring theKeith Bostic2014-01-181-20/+20
* | Remove helium_env_{read,write}_cache_size settings, they were just thereKeith Bostic2014-01-181-2/+2
* | Fix up the quoting for the Helium devices.Keith Bostic2014-01-181-1/+1
* | test/format runs, now.Keith Bostic2014-01-181-1/+1
* | Turn off verbose messages for now.Keith Bostic2014-01-171-1/+1
* | More verbose messages, make it possible to configure verbosity at run-time.Keith Bostic2014-01-151-0/+1
* | First version of the Levyx/Helium code, derived from the Memrata code.Keith Bostic2014-01-151-12/+17
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-8/+9
* Turn on salvage, hot backup verify and verify for LSM data sourcesKeith Bostic2013-12-121-11/+7
* In test/format, have bloom_oldest imply bloom=1 to avoid an error in WT_SESSI...Michael Cahill2013-12-111-1/+7
* Make LSM chunk size configurable in test/format.Michael Cahill2013-12-101-0/+2
* Update test/format to include LSM configuration options.Alex Gorrod2013-12-091-2/+0