summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup. Add enabled/none test case back in. #1074Susan LoVerso2014-06-193-3/+12
* Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill2014-06-193-10/+11
* Add per-txn sync configuration support. #1074Susan LoVerso2014-06-181-1/+7
* Add support for random isolation configurations, where each new sessionKeith Bostic2014-06-164-29/+78
* Remove tab characters.Keith Bostic2014-06-161-1/+1
* Add a comment.Keith Bostic2014-06-151-1/+5
* Add a slightly different test, where there are visible records in theKeith Bostic2014-06-151-6/+71
* Fixes for WT_INSERT objects with invisible WT_UPDATE objects. ForKeith Bostic2014-06-141-0/+96
* update a comment.Keith Bostic2014-06-141-2/+2
* Change WT_CURSOR.next-random to handle insert lists where the updatesKeith Bostic2014-06-141-2/+73
* Confirm WT_CURSOR.next_random works for both in-memory and on-diskKeith Bostic2014-06-141-2/+21
* Use self.reopen_conn() instead of rolling our own.Keith Bostic2014-06-141-3/+2
* Don't clean up on SIGINT, just leave things as they are.Keith Bostic2014-06-121-23/+0
* Reorder Python test suite build directory test.Alex Gorrod2014-06-121-6/+3
* Fix Python test runner so it can deal with builds in different locations.Alex Gorrod2014-06-121-1/+17
* If the string isn't configured at all, output an empty string.Keith Bostic2014-06-111-1/+2
* We haven't been consistently checking for configuration options thatKeith Bostic2014-06-102-64/+52
* Make the "leak_memory" configuration explicit in the test/format config, off ...Michael Cahill2014-06-064-2/+10
* Avoid a "maybe uninitialized" warning.Michael Cahill2014-06-041-1/+2
* Missing breaks in switch, we were only running with isolation=snapshot.Keith Bostic2014-06-031-0/+2
* Merge branch 'develop' into auto-txn-reset-cursorsMichael Cahill2014-06-033-5/+10
|\
| * In test/format, split out the session configuration from isolation: the latte...Michael Cahill2014-06-033-5/+10
* | Merge branch 'develop' into auto-txn-reset-cursorsMichael Cahill2014-06-034-3/+44
|\ \ | |/
| * Exercise all isolation levels in test/format.Michael Cahill2014-06-034-3/+44
* | Reset cursors on auto-commit failure, reference #672.Keith Bostic2014-06-021-0/+2
|/
* 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