summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs with snapshot isolation:Michael Cahill2012-06-201-5/+24
* Fix __wt_conn_btree_apply to acquire handles correctly,Michael Cahill2012-06-202-6/+6
* Fix races in table-level schema operations.Michael Cahill2012-06-041-15/+10
* Add tests for table-level operations to test/fops.Michael Cahill2012-06-044-30/+38
* Add test/fops and test/thread to "make check".Michael Cahill2012-06-014-15/+11
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-011-2/+0
* More extensive transaction testing, plus some related bug fixes.Michael Cahill2012-05-311-21/+73
* Don't output a summary of scenarios: it confuses recursive tests.Michael Cahill2012-05-312-6/+6
* Generated files should not be under revision control.Michael Cahill2012-05-301-545/+0
* session-drop normally returns EBUSY if the handle isn't available.Keith Bostic2012-05-281-1/+1
* Fix error messages to have the right method names.Keith Bostic2012-05-281-4/+4
* Now that test/fops is split out of the thread code, there's no need forKeith Bostic2012-05-281-4/+0
* Don't verify/sync after the file ops runs, the last operation may be aKeith Bostic2012-05-281-13/+2
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-2811-127/+976
* Get rid of the NTF_CHK macro, it's no longer making anything better.Keith Bostic2012-05-251-16/+9
* typo, don't close the cursor using a different cursor's methods.Keith Bostic2012-05-241-3/+3
* Improve unit tests for transactions.Michael Cahill2012-05-232-15/+116
* Add more documentation for transactions.Michael Cahill2012-05-231-0/+8
* Add tests to make sure checkpoints are transactionally consistent.Michael Cahill2012-05-171-0/+72
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-152-2/+2
* Make the entry value prefix match the keyno for which we're inserting, itKeith Bostic2012-05-101-1/+1
* lintKeith Bostic2012-05-101-1/+1
* lintKeith Bostic2012-05-101-2/+2
* lintKeith Bostic2012-05-101-2/+0
* Randomly select a duplicate value length, that way we can test overflowKeith Bostic2012-05-101-8/+12
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-072-3/+6
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-042-15/+13
* lintKeith Bostic2012-05-033-4/+4
* lintKeith Bostic2012-05-031-0/+2
* Add support for file operations to the test/thread program.Keith Bostic2012-05-037-101/+343
* Update test_util11: wt list no longer displays the WiredTiger.wtKeith Bostic2012-05-031-4/+4
* Add a "sync=false" config to wiredtiger_openMichael Cahill2012-05-031-1/+1
* Check that snapshot opens don't block each other.Keith Bostic2012-05-021-2/+13
* Fix a bug so checking the snapshots now works, add code to smoke-testKeith Bostic2012-05-021-4/+46
* Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic2012-04-302-0/+6
|\
| * Add test/salvage and test/snapshot to the "make check" smoke test.Michael Cahill2012-05-012-0/+6
* | Calculate the next snapshot operation inside the per-thread operation count,Keith Bostic2012-04-301-5/+11
|/
* Build clean with gcc -Wstrict-aliasing=2.Michael Cahill2012-04-271-1/+1
* test/snapshot/snapshot.c:205:6: error: cannot optimize loop, the loop counter...Michael Cahill2012-04-271-3/+1
* Portability: don't assume the make understands $<.Michael Cahill2012-04-271-1/+1
* Rename s_dumpcmp so automake realizes it needs to copy it.Michael Cahill2012-04-272-3/+4
* Opening a WiredTiger snapshot for writing truncates the file to the file sizeKeith Bostic2012-04-261-43/+1
* Merge branch 'develop' into snapshotKeith Bostic2012-04-251-1/+1
|\
| * In test/format, configure the total number of ops rather than ops per thread,...Michael Cahill2012-04-261-1/+1
* | Give the snapshot utility command-line arguments, minor reshuffling.Keith Bostic2012-04-251-6/+44
* | Minor gcc warnings: mismatched printf args, unused variables.Michael Cahill2012-04-241-1/+0
* | Move s_dumpcmp.in to s_dumpcmp, so the dist/s_style script doesn't thinkKeith Bostic2012-04-232-2/+2
* | Make the local clean targets all the same: remove the WiredTiger runKeith Bostic2012-04-234-4/+4
* | Snapshot currently doesn't work, it's waiting on the naming changesKeith Bostic2012-04-231-1/+2
* | snapshot/Makefile.in is generated, remove it from the repository.Keith Bostic2012-04-231-567/+0