summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* In test/format, have bloom_oldest imply bloom=1 to avoid an error in WT_SESSI...Michael Cahill2013-12-112-5/+7
* Make LSM chunk size configurable in test/format.Michael Cahill2013-12-103-0/+7
* Fix a long-standing test/format bug that meant values repeated *way* more oft...Michael Cahill2013-12-101-1/+1
* Turn off archiving on primary connection. #710Susan LoVerso2013-12-093-5/+8
* Increase the cache size so eviction doesn't happen, and increase theKeith Bostic2013-12-091-3/+4
* Update test/format to include LSM configuration options.Alex Gorrod2013-12-092-6/+4
* Do a hot backup to test recovery, otherwise the copy can race with log archiv...Michael Cahill2013-12-096-40/+30
* Allow replay of threaded runs.Keith Bostic2013-12-075-53/+60
* Get rid of CONFIG.example, it's never correct, futz with the configKeith Bostic2013-12-073-99/+10
* Internal WT programs are using WT_UNUSED everywhere, test/bloom was theKeith Bostic2013-12-071-47/+11
* Replace an explicit (void)arg with WT_UNUSED.Keith Bostic2013-12-061-1/+1
* Add a small hack so the "make check" ignores any local CONFIG file.Keith Bostic2013-12-062-2/+5
* the maximum value may be -1 when cast to an (int), do the cast in theKeith Bostic2013-12-061-1/+1
* Add a bunch of the newer LSM configuration options, but leave turned offKeith Bostic2013-12-063-22/+79
* shorten the line so we don't overflow when the numbers get large.Keith Bostic2013-12-061-1/+1
* Make bloom_oldest configurable for LSM runs.Keith Bostic2013-12-063-1/+6
* Make the case statement consistent with other use in this program.Keith Bostic2013-12-061-5/+2
* Make the random number config use consistent, 1-to-X everywhere instead ofKeith Bostic2013-12-063-19/+18
* Add configuration support for categories of checksums (10% on, 10% off,Keith Bostic2013-12-064-66/+132
* Add support for a -h home argument so can easily run in a target directory.Keith Bostic2013-12-068-71/+193
* Merge pull request #780 from wiredtiger/txn04Michael Cahill2013-12-054-18/+538
|\
| * Add code to close/reopen connection part of the time. #710Susan LoVerso2013-12-051-1/+9
| * txn04 is now the recovery and hot backup test. #710Susan LoVerso2013-12-051-107/+62
| * Merge branch 'develop' into txn04Susan LoVerso2013-12-0511-28/+49
| |\
| * | Fix off by one number in homedir versus scenario number. #710Susan LoVerso2013-12-041-1/+1
| * | Fix archive asserts and minor clean up. #710Susan LoVerso2013-12-031-20/+13
| * | Replace test_txn02 with superset of operations that was test_txn04. #710Susan LoVerso2013-12-031-16/+91
| * | Fix some incorrect assertions in test. Add yield so archive thread getsSusan LoVerso2013-12-021-3/+5
| * | Add txn recovery test for truncate. #710Susan LoVerso2013-12-021-0/+241
| * | Fine grained durability testing. Add printlog. #710Susan LoVerso2013-11-271-0/+246
* | | Don't set the cache size in cursor03: it doesn't add anything to the test and...Michael Cahill2013-12-061-8/+2
| |/ |/|
* | Always seed the random number generator, otherwise the first time formatKeith Bostic2013-12-052-6/+19
* | Add a compaction option, set compaction 10% of the time.Keith Bostic2013-12-053-4/+11
* | Increase the default Bloom filter parameters so the false positive rate is mu...Michael Cahill2013-12-041-3/+3
* | Fix configuration parsing in test_util01Alex Gorrod2013-12-031-1/+4
* | Fix indentation issue in test.Alex Gorrod2013-12-031-2/+2
* | Merge branch 'develop' into lsm-config-groupAlex Gorrod2013-12-031-7/+4
|\ \
| * | Tweak the test/bloom parameters to more closely match some real tests.Michael Cahill2013-12-031-7/+4
* | | Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-033-9/+11
|/ /
* | Update the test suite to match an error message change.Keith Bostic2013-11-301-2/+1
|/
* Merge branch 'develop' into wtperf-745Keith Bostic2013-11-255-18/+93
|\
| * Create a single thread that occasionally compacts the object -- compactionKeith Bostic2013-11-254-16/+92
| * whitespaceKeith Bostic2013-11-251-2/+1
* | Smoke-test format as part of running "make check".Keith Bostic2013-11-242-0/+6
|/
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-212-0/+285
|\
| * Merge branch 'develop' into java-auto-close2Don Anderson2013-11-1821-82/+97
| |\
| | * Merge branch 'java-auto-close2' of https://github.com/wiredtiger/wiredtiger i...Don Anderson2013-11-182-0/+75
| | |\
| * | | Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson2013-11-181-9/+219
| | |/ | |/|
| * | Add file I forgot.Alex Gorrod2013-10-291-0/+74
| * | Add a test case for Java auto close feature.Alex Gorrod2013-10-251-0/+1