summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-29Respect "compression=none" in test/format.Michael Cahill
2012-10-29gettimeofday needs sys/time.hMichael Cahill
2012-10-26Move test program software into the public domain, if anyone wants toKeith Bostic
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-10-26Replace test/format's bzip configuration string with compression, whichKeith Bostic
2012-10-26Replace test/format's bzip configuration string with compression, whichKeith Bostic
2012-10-26For smoke-testing runs with just a few ops, it's possible threads isKeith Bostic
2012-10-26Use gettimeofday() usecs to seed with a better "random" number.Keith Bostic
2012-10-22lintMichael Cahill
2012-10-22Tweak the test/fops output to fit in 80 columns and be less busy.Michael Cahill
2012-10-20Add in session.open_cursor operations, reference #373.Keith Bostic
2012-10-19With the updated scenarios, test_schema03 needs far few file descriptors.Michael Cahill
2012-10-19Get test_schema03 running with LSM.Michael Cahill
2012-10-19Test LSM indices in test_schema02.Michael Cahill
2012-10-18Run some standard tests against table-on-LSM.Michael Cahill
2012-10-17typoKeith Bostic
2012-10-17Merge branch 'develop' into compactKeith Bostic
2012-10-17s/WildTiger/WiredTiger/Michael Cahill
2012-10-16Add a test to run the wt utility's compact command.Keith Bostic
2012-10-16There's no longer a "wt dumpfile" command, remove the test for it.Keith Bostic
2012-10-16Add a compaction smoke test, ref #248.Keith Bostic
2012-10-15Use line buffering on stdout in test/format, so we can see where the stress t...Michael Cahill
2012-10-10Split the logging output into bulk, ops & verify steps, that wayKeith Bostic
2012-10-09Merge branch 'develop' into bug.310.secondKeith Bostic
2012-10-09turn on dictionaries for var-len column-store.Keith Bostic
2012-10-09Merge branch 'develop' into bug.310.secondKeith Bostic
2012-10-08warning: initialization discards qualifiers from pointer target typeKeith Bostic
2012-10-08Break out configuration so it's easy to run just one.Keith Bostic
2012-10-04Overflow keys are part of the row-store name-space, we have to instantiateKeith Bostic
2012-10-04Add ability to disable LSM bloom filters.Alex Gorrod
2012-10-03warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill
2012-10-03spellingMichael Cahill
2012-10-03Bump the cache size in test_cursor03 so it passes the LSM sanity check.Alex Gorrod
2012-10-03Add sanity check of cache size to LSM open.Alex Gorrod
2012-09-28Create fake checkpoints until an object is modified, so that a checkpointKeith Bostic
2012-09-28Calling get_key after a failed search is now permitted.Michael Cahill
2012-09-26Merge pull request #337 from wiredtiger/nocacheMichael Cahill
2012-09-26Abort transactions if the cache is so full that they cannot make progress.Michael Cahill
2012-09-26Try to avoid test/format configurations that hang in evction.Michael Cahill
2012-09-24Update handle cache to deal with no-cache cursors and btree handles.Alex Gorrod
2012-09-24Merge branch 'develop' into nocacheAlex Gorrod
2012-09-24Merge branch 'develop' into nocache. Manually merged.Alex Gorrod
2012-09-24Use Keith's new list of valgrind suppressions applied to any Python binary.Michael Cahill
2012-09-22Add dictionary support to variable-length column store objects,Keith Bostic
2012-09-21Pick a random number for the size of the dictionary.Keith Bostic
2012-09-20Merge pull request #331 from wiredtiger/autocommitMichael Cahill
2012-09-20Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic
2012-09-20Fix up some naming inconsistencies, no real change.Keith Bostic
2012-09-20Bulk-load is only possible if the we just created the file, which meansKeith Bostic
2012-09-20Output bulk operation countKeith Bostic