summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-173-24/+23
| | * Add test case for configuring sweep options.Alex Gorrod2015-03-121-0/+79
| * | Minor cleanup for test_bug011: no real change.Michael Cahill2015-03-171-4/+7
| * | Tweak the test case so the eviction server runs out of hazard pointers, not t...Michael Cahill2015-03-161-8/+16
| * | Add a test case that demonstrates the eviction server running out of hazard r...Alex Gorrod2015-03-161-0/+67
* | | Add test for duplicate symbol error.Keith Bostic2015-03-141-0/+12
* | | Switch sscanf from SCNu46 to SCNi64 so we handle both hexadecimal andKeith Bostic2015-03-131-1/+43
|/ /
* | Merge pull request #1748 from wiredtiger/async-apisueloverso2015-03-131-1/+6
|\ \
| * | die doesn't return, keep lint quiet.Keith Bostic2015-03-111-1/+6
* | | Added comments.Don Anderson2015-03-121-1/+4
* | | Modify stats tests to use accurate btree_entries.Don Anderson2015-03-122-10/+41
* | | Updated names after file move.Don Anderson2015-03-121-3/+3
* | | Merge branch 'develop' into stat-kv-pairDon Anderson2015-03-116-61/+133
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into cursor-reset-2Michael Cahill2015-03-124-56/+43
| |\ \