summaryrefslogtreecommitdiff
path: root/test/format
Commit message (Expand)AuthorAgeFilesLines
* WT-2307: add HAVE_DIAGNOSTIC checks for cursors not returning keysKeith Bostic2015-12-281-1/+1
* Merge pull request #2358 from wiredtiger/wt-2258-preload-directioAlex Gorrod2015-12-093-1/+9
|\
| * WT-2258: Add configuration support for a direct_io=(data) option.Keith Bostic2015-12-023-1/+9
* | Merge branch 'develop' into wt-2198-column-store-bulkKeith Bostic2015-12-011-1/+1
|\ \ | |/
| * Don't complain if the long-running-transaction config is turned off forKeith Bostic2015-11-301-1/+1
* | WT-2198: we no longer have to turn off bulk load in test formatKeith Bostic2015-11-221-7/+1
|/
* Saw another out-of-cache failure. There's no reason to test overflowKeith Bostic2015-11-161-1/+9
* I just saw a failure, increase the in-memory configuration per-threadKeith Bostic2015-11-161-2/+2
* Turn of dump comparisons when configured in-memory.Keith Bostic2015-11-041-1/+6
* WT-2178: add support to format for in-memory runs.Keith Bostic2015-11-045-10/+72
* Sort configuration options.Keith Bostic2015-11-041-14/+14
* Merge branch 'develop' into wt2140Keith Bostic2015-10-232-33/+28
|\
| * lint.Keith Bostic2015-10-192-33/+28
* | lint: Variable 'ret' (line 237) may not have been initializedKeith Bostic2015-10-121-1/+1
* | Call WT_SESSION.reset occasionally, it's not tested anywhere else.Keith Bostic2015-09-271-1/+17
|/
* WT-2117 Fixup logic bug in test/format I just introduced.Alex Gorrod2015-09-211-1/+1
* WT-2117 Set a minimum of 1MB cache per thread in test/formatAlex Gorrod2015-09-201-0/+4
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-202-3/+9
|\
| * Disable log compression in smoke testsMichael Cahill2015-08-201-1/+1
| * Change format to step the RNG forward so that we don't start at theKeith Bostic2015-08-191-2/+8
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-081-0/+1
|\ \ | |/
| * clang complaint:Keith Bostic2015-08-071-0/+1
* | Fix a bug in read_row, introduced when the long-running transactionKeith Bostic2015-08-071-1/+0
* | Add simple strdup/malloc wrappers so we don't have to check for errorKeith Bostic2015-08-075-33/+46
* | Add configuration for the long-running transaction: allowed inKeith Bostic2015-08-071-6/+28
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-041-2/+10
|\ \ | |/
| * Have the command-line -1 flag override runs configured from otherKeith Bostic2015-08-041-2/+10
* | Minor cleanups to ensure we free memory allocated for keys.Keith Bostic2015-07-303-3/+6
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-07-283-13/+13
|\ \ | |/
| * SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-273-13/+13
* | Use an explicit transaction: without an explicit begin_transaction, theKeith Bostic2015-07-281-6/+17
* | lintKeith Bostic2015-07-221-1/+2
* | When there's no pinning cursor, records can be deleted, loop aroundKeith Bostic2015-07-221-17/+24
* | Clean up error handling around records not being found; if we have anKeith Bostic2015-07-213-12/+26
* | Missing space in error message.Keith Bostic2015-07-191-2/+2
* | Always position the snapshot cursor value at the end of the table.Keith Bostic2015-07-191-2/+7
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-194-10/+71
|/
* WT-1967: Add support for a long-running, isolation=snapshot, readerKeith Bostic2015-07-145-4/+104
* WT-1987 Simplify some more test scripts with "set -e".Michael Cahill2015-07-011-4/+6
* WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si...Michael Cahill2015-07-011-4/+4
* Add ability to turn verify and salvage off in test/format.Alex Gorrod2015-06-304-0/+16
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-142-3/+3
* Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-061-1/+1
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-304-34/+34
* Fix the recent build failures (failed if CONFIG configured compressionKeith Bostic2015-05-181-1/+1
* We had two lists of compression options, so obviously, one of them was wrong.Keith Bostic2015-05-181-5/+7
* KNF: join some lines that didn't need to be split, sort some stuff.Keith Bostic2015-05-182-5/+3
* No reason to break out of the case after a return.Keith Bostic2015-05-181-17/+16
* Merge pull request #1975 from wiredtiger/log-compress-stressKeith Bostic2015-05-184-50/+154
|\
| * Fixed function declaration. WT-1471.Don Anderson2015-05-171-1/+1