summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* | | | Fix memory leaks in test/checkpoint. As reported by Coverity.Alex Gorrod2014-05-053-49/+77
* | | | If there is a value mismatch in a checkpoint, do lookups in the original tree...Michael Cahill2014-05-051-3/+25
* | | | Simplify test/checkpoint: use integer keys in row stores to avoid different c...Michael Cahill2014-05-052-130/+62
* | | | Stop running checkpoint tests after a failure.Michael Cahill2014-05-051-3/+2
* | | | Add trace functionality to WiredTiger API.Alex Gorrod2014-05-021-2/+3
* | | | Optionally skip block cleanup and leak memory on connection close.Keith Bostic2014-05-011-1/+4
|/ / /
* | | Disable LSM salvage in test/format until ref #972 is fixed.Michael Cahill2014-04-291-2/+6
* | | Exclude log file when copying for salvage: they could be removed by log archi...Michael Cahill2014-04-281-2/+3
* | | Turn on logging 30% of the time.Keith Bostic2014-04-273-3/+9
| |/ |/|
* | Handle deadlocks gracefully in the checkpoint tester.Michael Cahill2014-04-231-2/+5
* | If test/checkpoint detects an error, exit with a non-zero status, to simplify...Michael Cahill2014-04-222-2/+5