summaryrefslogtreecommitdiff
path: root/test/format
Commit message (Expand)AuthorAgeFilesLines
* WT-2287: WT_SESSION.rebalanceKeith Bostic2016-01-192-6/+2
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-194-14/+17
|\
| * WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-193-11/+11
| * Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-1913-14/+14
| |\
| | * WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race.Keith Bostic2016-01-111-1/+1
| * | Copy the configuration string, they get free'd when the run ends.Keith Bostic2015-12-313-2/+3
| * | error: initialization from incompatible pointer typeKeith Bostic2015-12-313-10/+10
| * | error: assignment discards "const" qualifier from pointer target typeKeith Bostic2015-12-311-1/+1
| * | When turning off compression for an in-memory build, don't assign 0 toKeith Bostic2015-12-311-2/+4
* | | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-0113-13/+13
|\ \ \ | | |/ | |/|
| * | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0113-13/+13
| |/
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\ \ | |/
| * WT-2307: add HAVE_DIAGNOSTIC checks for cursors not returning keysKeith Bostic2015-12-281-1/+1
* | Don't overwrite saved WiredTiger open string when configuring Helium.Keith Bostic2015-12-171-5/+5
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-177-5/+125
|/
* 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