summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-09turn on dictionaries for var-len column-store.Keith 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-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
2012-09-20Fix the usage statement.Keith Bostic
2012-09-20Merge branch 'develop' into nocacheAlex Gorrod
2012-09-19Tweak page sizes in test/format for small caches.Michael Cahill
2012-09-18Add a test that confirms empty checkpoints work, that is, we see emptyKeith Bostic
2012-09-18Typo in 306f82e09dc311c5c3abf7b9a23cf3c5e8bd765c.Michael Cahill
2012-09-18Fix quoting in test/format dump script.Michael Cahill
2012-09-17Be consistent, use SINGLETHREADED instead of hard-coding the test.Keith Bostic
2012-09-17Fix "backup" target, don't copy into a directory, RUNDIR is a directory.Keith Bostic
2012-09-17I misunderstood what Alex was doing so lsm and row configurations weren'tKeith Bostic
2012-09-17typo.Keith Bostic
2012-09-17allocate room for the trailing nulKeith Bostic
2012-09-17Remove the core file if cleaning up.Keith Bostic
2012-09-17Add partial support for no-cache files -- this works with two caveats:Keith Bostic
2012-09-17Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developKeith Bostic
2012-09-17Add a cleanup step to the Bloom test so it starts with a fresh state.Michael Cahill
2012-09-16Don't use chdir(2), use an open argument to wiredtiger_open instead (usingKeith Bostic
2012-09-16whitespaceKeith Bostic
2012-09-16Make data_source and file_type constant, create a new field g.uri that'sKeith Bostic
2012-09-16Move test/format runs into the subdirectory RUNDIR.Keith Bostic
2012-09-16Show the data source on the completion line.Keith Bostic
2012-09-14Include all objects in "wt list" by default, so LSM trees appear.Michael Cahill
2012-09-14Merge branch 'develop' into lsmAlex Gorrod
2012-09-13Having a next-random cursor open could block transactions or checkpointsKeith Bostic
2012-09-13Close Bloom cursors when closing an LSM cursor.Michael Cahill
2012-09-12lintKeith Bostic
2012-09-12Merge branch 'develop' into lsmMichael Cahill