summaryrefslogtreecommitdiff
path: root/test/format/ops.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for alternating between search and search-near calls,Keith Bostic2015-04-051-4/+14
|/
* Simplify the operations loop -- basically, we want to do N loops ofKeith Bostic2015-03-041-8/+13
* Instead of introducing an additional configuration string (timeout),Keith Bostic2015-03-041-24/+19
* Add time out functionality to test/format.Alex Gorrod2015-03-041-14/+19
* Fixup test/format reporting.Alex Gorrod2015-02-271-1/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add a simple test of recovery -- on timed runs, the monitor threadKeith Bostic2014-12-151-2/+10
* When I switched the tracking frequency from 1/10 of a second to 1/4Keith Bostic2014-12-101-7/+7
* Make sure each thread has at least one operation to perform, but notKeith Bostic2014-11-121-1/+3
* Don't update the counters as often, should help with shared cache lines.Keith Bostic2014-11-111-1/+1
* Add support for timer-specified runs.Keith Bostic2014-11-111-83/+88
* Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-16/+16
* Skip checkpoint reads from LSM: they aren't supported.Michael Cahill2014-10-131-6/+10
* Don't read from checkpoints if we're single-threaded and doing checksKeith Bostic2014-10-121-3/+7
* 10% of the time, when switching to a new session/cursor set, performKeith Bostic2014-10-081-37/+72
* Don't jump to the deadlock handling code unless we're in a transaction.Keith Bostic2014-10-081-1/+2
* whitespaceMichael Cahill2014-09-091-1/+1
* Have test/format always reset cursors at the end of each operation.Michael Cahill2014-09-091-21/+10
* Now that begin/commit_transaction isn't resetting cursors, make test/format m...Michael Cahill2014-09-031-6/+8
* Get rid of "hot" backup labels, it's just "backup" now.Keith Bostic2014-08-261-4/+4
* Add support for random isolation configurations, where each new sessionKeith Bostic2014-06-161-4/+28
* In test/format, split out the session configuration from isolation: the latte...Michael Cahill2014-06-031-3/+3
* Exercise all isolation levels in test/format.Michael Cahill2014-06-031-3/+5
* Add a new checkpoints boolean configuration, makes it easy to turn offKeith Bostic2014-03-121-2/+2
* Cleanup pass over test/format kvs/memrata -> helium name changes.Keith Bostic2014-01-201-2/+2
* First version of the Levyx/Helium code, derived from the Memrata code.Keith Bostic2014-01-151-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-1/+1
* Allow replay of threaded runs.Keith Bostic2013-12-071-2/+9
* shorten the line so we don't overflow when the numbers get large.Keith Bostic2013-12-061-1/+1
* Make the case statement consistent with other use in this program.Keith Bostic2013-12-061-5/+2
* Add a compaction option, set compaction 10% of the time.Keith Bostic2013-12-051-2/+3
* Create a single thread that occasionally compacts the object -- compactionKeith Bostic2013-11-251-15/+14
* Should never happen, but lint points out session can theoretically beKeith Bostic2013-11-161-1/+1
* CID 1129026 (#1 of 4): Dereference after null check (FORWARD_NULL)Keith Bostic2013-11-151-1/+1
* CID 1129078 (#3 of 3): Uninitialized scalar variable (UNINIT)Keith Bostic2013-11-151-6/+7
* Have test/format reset its cursor before blocking operations like checkpoint.Michael Cahill2013-11-151-8/+14
* shorter the output line so larger runs fit into 80 characters.Keith Bostic2013-10-071-1/+1
* Change the "always done" final search to increment the statistics; weKeith Bostic2013-09-141-0/+1
* Do update operations in test/format's col_update function so the position is ...Michael Cahill2013-09-111-1/+1
* Change WT_CURSOR::insert to not hold a position/resources in the tree onKeith Bostic2013-09-101-26/+67
* whitespaceKeith Bostic2013-08-271-1/+1
* We have to clean out the table of appended keys after each run, otherwiseKeith Bostic2013-08-271-53/+105
* Fix a bug in test/format that prevented us from ever extending theKeith Bostic2013-08-231-3/+2
* Rework the Memrata code to configure all of the KVS sources when theKeith Bostic2013-08-101-10/+6
* Merge branch 'develop' into memrataKeith Bostic2013-08-061-45/+82
|\
| * Handle deadlock returns from WiredTiger data operations.Keith Bostic2013-08-061-45/+82
* | Merge branch 'develop' into memrataKeith Bostic2013-08-061-20/+76
|\ \ | |/
| * Add simple transaction support to test/format.Keith Bostic2013-08-061-20/+76
* | Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic2013-07-311-3/+4
|/