summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* With the updated scenarios, test_schema03 needs far few file descriptors.Michael Cahill2012-10-191-1/+1
* Get test_schema03 running with LSM.Michael Cahill2012-10-191-14/+16
* Test LSM indices in test_schema02.Michael Cahill2012-10-191-10/+25
* Run some standard tests against table-on-LSM.Michael Cahill2012-10-183-12/+23
* typoKeith Bostic2012-10-171-1/+1
* Merge branch 'develop' into compactKeith Bostic2012-10-173-3/+3
|\
| * s/WildTiger/WiredTiger/Michael Cahill2012-10-173-3/+3
* | Add a test to run the wt utility's compact command.Keith Bostic2012-10-161-10/+18
* | There's no longer a "wt dumpfile" command, remove the test for it.Keith Bostic2012-10-161-93/+0
* | Add a compaction smoke test, ref #248.Keith Bostic2012-10-161-0/+86
|/
* Use line buffering on stdout in test/format, so we can see where the stress t...Michael Cahill2012-10-151-0/+3
* Split the logging output into bulk, ops & verify steps, that wayKeith Bostic2012-10-103-14/+19
* Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-091-1/+1
|\
| * turn on dictionaries for var-len column-store.Keith Bostic2012-10-091-1/+1
* | Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-091-9/+16
|\ \ | |/
| * warning: initialization discards qualifiers from pointer target typeKeith Bostic2012-10-081-2/+2
| * Break out configuration so it's easy to run just one.Keith Bostic2012-10-081-9/+16
* | Overflow keys are part of the row-store name-space, we have to instantiateKeith Bostic2012-10-041-0/+94
|/
* Add ability to disable LSM bloom filters.Alex Gorrod2012-10-041-0/+86
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-035-5/+5
* spellingMichael Cahill2012-10-031-1/+1
* Bump the cache size in test_cursor03 so it passes the LSM sanity check.Alex Gorrod2012-10-031-1/+1
* Add sanity check of cache size to LSM open.Alex Gorrod2012-10-033-7/+15
* Create fake checkpoints until an object is modified, so that a checkpointKeith Bostic2012-09-281-0/+58
* Calling get_key after a failed search is now permitted.Michael Cahill2012-09-281-8/+0
* Merge pull request #337 from wiredtiger/nocacheMichael Cahill2012-09-261-0/+69
|\
| * Update handle cache to deal with no-cache cursors and btree handles.Alex Gorrod2012-09-241-8/+0
| * Merge branch 'develop' into nocacheAlex Gorrod2012-09-242-379/+35
| |\
| * \ Merge branch 'develop' into nocache. Manually merged.Alex Gorrod2012-09-249-15/+141
| |\ \
| * \ \ Merge branch 'develop' into nocacheAlex Gorrod2012-09-208-62/+88
| |\ \ \
| * | | | Add partial support for no-cache files -- this works with two caveats:Keith Bostic2012-09-171-0/+77
* | | | | Abort transactions if the cache is so full that they cannot make progress.Michael Cahill2012-09-261-2/+2
* | | | | Try to avoid test/format configurations that hang in evction.Michael Cahill2012-09-261-3/+3
| |_|_|/ |/| | |
* | | | Use Keith's new list of valgrind suppressions applied to any Python binary.Michael Cahill2012-09-241-376/+32
* | | | Add dictionary support to variable-length column store objects,Keith Bostic2012-09-221-3/+3
* | | | Pick a random number for the size of the dictionary.Keith Bostic2012-09-211-1/+1
| |_|/ |/| |
* | | Merge pull request #331 from wiredtiger/autocommitMichael Cahill2012-09-201-2/+5
|\ \ \
| * | | Tweak page sizes in test/format for small caches.Michael Cahill2012-09-191-2/+5
| | |/ | |/|
* | | Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-203-2/+83
* | | Fix up some naming inconsistencies, no real change.Keith Bostic2012-09-201-5/+4
* | | Bulk-load is only possible if the we just created the file, which meansKeith Bostic2012-09-202-1/+7
* | | Output bulk operation countKeith Bostic2012-09-201-3/+4
* | | Fix the usage statement.Keith Bostic2012-09-201-2/+1
* | | Add a test that confirms empty checkpoints work, that is, we see emptyKeith Bostic2012-09-181-0/+37
|/ /
* | Typo in 306f82e09dc311c5c3abf7b9a23cf3c5e8bd765c.Michael Cahill2012-09-181-1/+1
* | Fix quoting in test/format dump script.Michael Cahill2012-09-181-2/+4
* | Be consistent, use SINGLETHREADED instead of hard-coding the test.Keith Bostic2012-09-171-1/+1
* | Fix "backup" target, don't copy into a directory, RUNDIR is a directory.Keith Bostic2012-09-171-1/+1
* | I misunderstood what Alex was doing so lsm and row configurations weren'tKeith Bostic2012-09-176-56/+79
* | typo.Keith Bostic2012-09-171-1/+1