summaryrefslogtreecommitdiff
path: root/test/format/ops.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2632 Tolerate EBUSY when a checkpoint cursor is open. (#2734)sueloverso2016-05-191-3/+10
* WT-2615 Enabling checkpoints in test/format leads to reduced concurrency (#2720)Keith Bostic2016-05-051-12/+20
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-021-4/+2
* WT-2223: Add stress testing for in-memoryKeith Bostic2016-04-181-4/+4
* Merge branch 'develop' into wt-2223Keith Bostic2016-04-181-0/+1
|\
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-131-0/+1
* | WT-2223: Add stress testing for in-memoryKeith Bostic2016-04-151-30/+60
|/
* WT-2535: Add an explicit test for transactions reading their writesKeith Bostic2016-04-121-31/+11
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-101-1/+1
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-101-8/+34
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-101-1/+1
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-101-70/+254
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-091-39/+30
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-091-85/+78
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-091-23/+17
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-12/+12
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-7/+7
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-5/+7
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-19/+20
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-5/+9
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-081-14/+16
* WT-2535: Add an explicit test for lost updatesKeith Bostic2016-04-071-3/+3
* WT-2405: test utility error handling.Keith Bostic2016-02-191-11/+7
* WT-2405 Switch new testing error handler to be shared in test utilAlex Gorrod2016-02-191-26/+33
* WT-2405 Switch test/format to use shared testutil_dieAlex Gorrod2016-02-191-19/+23
* WT-2405: test utility error handling.Keith Bostic2016-02-181-76/+45
* WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race.Keith Bostic2016-01-111-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2307: add HAVE_DIAGNOSTIC checks for cursors not returning keysKeith Bostic2015-12-281-1/+1
* 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
* 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
* | Minor cleanups to ensure we free memory allocated for keys.Keith Bostic2015-07-301-3/+3
* | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-07-281-1/+1
|\ \ | |/
| * SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
* | Clean up error handling around records not being found; if we have anKeith Bostic2015-07-211-8/+15
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-4/+2
|/
* WT-1967: Add support for a long-running, isolation=snapshot, readerKeith Bostic2015-07-141-3/+11
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-20/+20
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-121-48/+58
|\
| * Rework test/format to use the WiredTiger RNG, not rand.Keith Bostic2015-05-091-48/+58
* | Do a full pass, simplify all the if/free pairs in the tree.Keith Bostic2015-05-021-4/+1
|/
* Fix coverity reports in test/format code.Alex Gorrod2015-04-201-2/+2
* Merge branch 'develop' into cursor-pinMichael Cahill2015-04-141-19/+84
|\
| * Change to build format without installing Berkeley DB.Keith Bostic2015-04-131-18/+83