summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* whitespaceMichael Cahill2014-08-111-1/+1
* Add a test for `session_max` settings, make sure we add enough to account for...Michael Cahill2014-08-081-0/+12
* If tests are skipped, don't report them as failures.Michael Cahill2014-07-311-2/+6
* Fix 0ffb202 and reinstate changes from e739089.Susan LoVerso2014-07-301-1/+21
* The change in 0ffb202, it's not sufficient. Yank the test, it's notKeith Bostic2014-07-301-21/+1
* whitespaceKeith Bostic2014-07-301-2/+2
* Add a way to skip tests that rely on diagnostic builds. Use that for the out...Michael Cahill2014-07-301-2/+5
* Put the general-purpose smoke-test of bulk load first, fix a comment.Keith Bostic2014-07-251-35/+35
* Add a cursor operation to skip the in-order key check in a row-store,Keith Bostic2014-07-251-0/+40
* Merge branch 'develop' into leveldb-apiMichael Cahill2014-07-031-6/+12
|\
| * Don't assign to ret if ret is never read.Keith Bostic2014-07-021-8/+6
| * Ignored return values.Keith Bostic2014-07-021-5/+11
| * Dead assignment (ignored return value).Keith Bostic2014-07-021-1/+3
* | Merge branch 'develop' into leveldb-apiMichael Cahill2014-07-021-0/+15
|\ \ | |/
| * Update on_close statistics log to run before log structure is cleaned up.Alex Gorrod2014-06-261-0/+15
* | Merge branch 'develop' into leveldb-apiMichael Cahill2014-06-2511-62/+371
|\ \ | |/
| * 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
* | Merge branch 'develop' into leveldb-apiMichael Cahill2014-06-126-68/+116
|\ \ | |/
| * 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
| |/
* | Minor formatting/editing to 13693dc: jump to err label in __conn_single()Keith Bostic2014-06-041-2/+8
|/
* 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
|\ \ | |/