summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Exercise all isolation levels in test/format.Michael Cahill2014-06-034-3/+44
* Somewhere along the line we lost the functionality for replay, we'reKeith Bostic2014-05-306-47/+43
* Add a Python test that values starting with the LSM tombstone can be inserted...Michael Cahill2014-05-291-0/+10
* Coverity report 1215467, open FILE handle could be leaked.Keith Bostic2014-05-231-17/+15
* Merge branch 'develop' into json-dumpSusan LoVerso2014-05-223-3/+20
|\
| * Test some more basic access method types and other variants in formatKeith Bostic2014-05-223-3/+20
* | Allow dump on index cursors.Susan LoVerso2014-05-221-27/+27
* | Merge branch 'develop' into json-dumpSusan LoVerso2014-05-215-38/+90
|\ \ | |/
| * Fix a memory leak, thanks valgrind!Keith Bostic2014-05-201-4/+3
| * Add a -F option to thread, to create a separate file for every thread.Keith Bostic2014-05-205-38/+91
* | Index cursors don't support dump. Comment out in json test.Susan LoVerso2014-05-212-29/+30
* | Merge branch 'develop' into json-dumpSusan LoVerso2014-05-145-1/+583
|\ \ | |/
| * Fix initialization bug in async reconfig. #1002Susan LoVerso2014-05-141-0/+3
| * Removing trailing ^M from each line.Keith Bostic2014-05-141-77/+77
| * Return ENOTSUP if someone tries to allocate an async op handleSusan LoVerso2014-05-141-0/+77
| * Merge pull request #1006 from wiredtiger/async-javaAlex Gorrod2014-05-142-0/+464
| |\
| | * Fixes for Java async stability and performance.Don Anderson2014-05-131-21/+62
| | * KNF fixes and comment typo.Don Anderson2014-05-131-10/+10
| | * Support async operations in Java. refs #933.Don Anderson2014-05-112-0/+423
| * | Add async to reconfig test. Fix code to retain defaults. #1002Susan LoVerso2014-05-131-0/+24
| * | Make statistics log server reconfigurable.Alex Gorrod2014-05-091-0/+14
| |/
| * Use the default cache size in test/thread: 5MB causes odd side effects that m...Michael Cahill2014-05-091-1/+1
* | Merge branch 'develop' into json-dumpMichael Cahill2014-05-0814-251/+920
|\ \ | |/
| * Merge pull request #998 from wiredtiger/lsm-logging-fixesAlex Gorrod2014-05-085-14/+24
| |\
| | * Before test/format runs salvage, it takes a copy of files. Do that before op...Michael Cahill2014-05-073-6/+20
| | * Remove workarounds from test/format for logs and LSM.Michael Cahill2014-05-073-8/+4
| * | Merge pull request #997 from wiredtiger/reconfigure-checkpointMichael Cahill2014-05-081-0/+6
| |\ \
| | * | Add ability to reconfigure the checkpoint serverAlex Gorrod2014-05-071-0/+6
| | |/
| * | Test timeout config in async op.Susan LoVerso2014-05-071-1/+1
| * | Add async test for config flags. Fix bug found by test.Susan LoVerso2014-05-071-0/+236
| * | Add compact to async test.Susan LoVerso2014-05-071-9/+27
| |/
| * Merge pull request #910 from wiredtiger/metadata-cursorsMichael Cahill2014-05-071-0/+130
| |\
| | * Merge branch 'develop' into metadata-cursorsAlex Gorrod2014-05-0610-235/+516
| | |\
| | * \ Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-238-7/+1093
| | |\ \
| | * | | More metadata cursor implementation.Alex Gorrod2014-04-111-2/+2
| | * | | Add a test for metadata cursors, and a bit more implementation.Alex Gorrod2014-04-101-0/+130
| * | | | Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod2014-05-071-12/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'develop' into optional-verboseMichael Cahill2014-05-062-6/+12
| | |\ \ \
| | * | | | Verbose is only available from --enable-verbose builds, removeKeith Bostic2014-05-051-12/+0
| * | | | | Merge pull request #933 from wiredtiger/asyncMichael Cahill2014-05-061-0/+254
| |\ \ \ \ \
| | * | | | | Add testing for update and remove operations.Susan LoVerso2014-05-051-2/+61
| | * | | | | Merge branch 'develop' into async. Fix conflicts.Susan LoVerso2014-05-054-220/+229
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Fixes to worker thread: Use wt_session interface for transactionsSusan LoVerso2014-05-051-0/+1
| | * | | | | Run all of the variants of the async unit test.Michael Cahill2014-05-021-8/+7
| | * | | | | Fix handling of raw cursors in the async API: always go through the {get,set}...Michael Cahill2014-05-021-4/+3
| | * | | | | Python for async:Don Anderson2014-05-011-0/+196
| * | | | | | Fix lint in test/checkpoint.Alex Gorrod2014-05-063-3/+4
| | |_|/ / / | |/| | | |
| * | | | | If tests set WIREDTIGER_HOME, they must clear it before finishing, because ot...Michael Cahill2014-05-062-6/+12
| | |/ / / | |/| | |
| * | | | Clean up error handling in test/checkpoint.Alex Gorrod2014-05-053-43/+68
| * | | | Fix build warning.Alex Gorrod2014-05-051-6/+5