summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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-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
2012-09-12Merge branch 'develop' into dictionaryAlex Gorrod
2012-09-12Merge branch 'develop' into lsmAlex Gorrod
2012-09-11Merge pull request #323 from wiredtiger/fops-bulkMichael Cahill
2012-09-11The statistic cursor open function defaulted to connection statisticsKeith Bostic
2012-09-11Fix bulk loads concurrent with schema modifying operations.Michael Cahill
2012-09-11Add cursor compare method for LSM cursors.Alex Gorrod
2012-09-11Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod
2012-09-11Merge branch 'develop' into fops-bulkMichael Cahill
2012-09-10Merge pull request #315 from wiredtiger/cursor_compareMichael Cahill
2012-09-10whitespaceKeith Bostic
2012-09-10Add the WT_BTREE.bulk_load_ok field, set when an empty tree is initiallyKeith Bostic
2012-09-10Merge branch 'develop' into dictionaryKeith Bostic
2012-09-10Merge branch 'develop' into lsmAlex Gorrod
2012-09-10Fix the percentage calculation in test/bloom.Michael Cahill
2012-09-10On GCC spinlocks, yield after spinning for a while (default 1000 iterations).Michael Cahill
2012-09-09Add support for row-store leaf page value dictionaries, using the newKeith Bostic
2012-09-07Now that we export cursor.compare; move the cursor positioning forKeith Bostic
2012-09-07Replace cursor.equals with cursor.compare (#314)Keith Bostic