summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2288 from wiredtiger/wt-2196-size-stats3Keith Bostic2016-01-112-8/+101
* 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
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-0/+148
* WT-2039 Add error check and unit test for log records over 4Gb.sueloverso2015-09-281-0/+95
* 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
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-142-20/+39
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-0/+176
* 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-045-12/+44
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-1/+1
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-0/+6
* Make this test run again: set the file_manager.close_handle_minimum toKeith Bostic2015-05-261-5/+6
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-05-2658-348/+116
* Fixes for macro name changes after cherry picking.Michael Cahill2015-05-251-3/+3
* Merge pull request #1976 from wiredtiger/checkpoint-deadAlex Gorrod2015-05-253-12/+14
* Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod2015-04-251-0/+84
* Enable test/fops for Windows, and add to CIMark Benvenuto2015-04-255-4/+72
* test/format for WindowsMark Benvenuto2015-04-253-5/+7
* Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840Susan LoVerso2015-04-251-1/+3
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-04-251-0/+125
* The sweep test depends on checkpoints running to find clean handles to discar...Michael Cahill2015-03-261-6/+10
* Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-2636-100/+155
|\
| * Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-252-1/+22
| * Add another check that test scenarios don't overlap naming.Alex Gorrod2015-03-251-0/+2
| * Check that every scenario has a unique name within its test.Michael Cahill2015-03-2533-99/+131
* | Add a test of metadata durability across exclusive operations like verify.Michael Cahill2015-03-241-0/+87
* | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-241-6/+2
|/
* Merge pull request #1793 from wiredtiger/additional-config-checksAlex Gorrod2015-03-231-0/+70
|\
| * Btree & log share a compressor, make the error message general.Keith Bostic2015-03-201-1/+1
| * Add a test for invalid extractorsKeith Bostic2015-03-201-0/+7
| * Add tests for illegal block compressors.Keith Bostic2015-03-201-3/+10
| * Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-0/+14
| * Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-0/+42
* | Expand scenarios in bad huffman value test. #1536Susan LoVerso2015-03-201-6/+10
|/
* Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-2011-51/+202
|\
| * 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
| * Fix whitespace, tab characters.Keith Bostic2015-03-171-1/+2
| * Tabs to spaces.Susan LoVerso2015-03-171-5/+5
| * Merge pull request #1753 from wiredtiger/sweep-api-configsueloverso2015-03-173-9/+87
| |\