summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * \ Merge pull request #1738 from wiredtiger/config-case-sensitivityMichael Cahill2015-03-121-2/+0
| | |\ \ | | | |/ | | |/|
| | | * Remove pockets of case-sensitivity for configuration strings.Keith Bostic2015-03-091-2/+0
| | * | 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
| * | | Merge branch 'develop' into cursor-reset-2Keith Bostic2015-03-104-9/+107
| |\ \ \ | | |/ /
| | * | Merge pull request #1741 from markbenvenuto/win_test_fixMichael Cahill2015-03-101-1/+2
| | |\ \
| | | * | Fix file sharing error in test_txn10Mark Benvenuto2015-03-091-1/+2
| | | |/
| | * | Remove duplicate logging config initializer from test/format.Alex Gorrod2015-03-091-4/+0
| | |/
| * | Add test_stat03.pyKeith Bostic2015-03-081-0/+88