summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-012-8/+10
* Added new test for testing many combinations of configurations. refs #16.Don Anderson2011-12-281-0/+106
* Enhance prune_scenario to return an exact number of 'best' scenarios.Don Anderson2011-12-281-9/+39
* Catch errors in setUpConnectionOpen() or setUpSessionOpen(),Don Anderson2011-12-191-4/+7
* Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic2011-12-271-1/+1
* Update, match the schema file name change.Keith Bostic2011-12-261-2/+2
* lintKeith Bostic2011-12-251-1/+1
* Change the name of the schema file to WiredTiger.wtKeith Bostic2011-12-255-9/+8
* Support up to 100MB caches.Keith Bostic2011-12-241-1/+1
* test_util10.test_util10.test_dumpfile_empty now passes (with the blockKeith Bostic2011-12-241-1/+0
* lintKeith Bostic2011-12-231-1/+1
* Do a more through cleanup before each run.Keith Bostic2011-12-222-7/+9
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-212-3/+3
* Fix test_config02.Keith Bostic2011-12-201-12/+9
* We no longer check root/free-list addresses when opening for salvage,Keith Bostic2011-12-201-11/+0
* use a little more explanatory tag.Keith Bostic2011-12-201-3/+3
* Add a test for an empty file.Keith Bostic2011-12-201-45/+56
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-2/+2
* Added tests for 'wt list' and 'wt write'. refs #16Don Anderson2011-12-192-0/+213
* Refactoring to prepare for new tests. refs #16.Don Anderson2011-12-192-10/+13
* Changed a skipped test to be a KNOWN_FAILURE to better document it. refs #16Don Anderson2011-12-191-3/+2
* Tests for rename, drop, sync, truncate. refs #16Don Anderson2011-12-171-0/+219
* Added a couple more homedir test variations, and some internal doc. refs #16Don Anderson2011-12-161-0/+20
* Removed extra print statement. refs #16Don Anderson2011-12-161-1/+0
* Added test for various combinations of configuring homedirDon Anderson2011-12-161-0/+131
* Fixed incorrect header comment. refs #16 .Don Anderson2011-12-161-2/+2
* Added test_schema03, which sets up complex pseudo-randomlyDon Anderson2011-12-093-0/+552
* When overwriting files in tests, don't round the file size to an arbitrary pa...Michael Cahill2011-12-072-15/+6
* Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson2011-12-071-0/+4
* Don't remove the BACKUP directory when the tree is re-built, I'm tiredKeith Bostic2011-11-291-1/+1
* Update, some config strings changed.Keith Bostic2011-11-271-9/+6
* test_schema02 added, with known failures: refs #16Don Anderson2011-11-232-0/+188
* random numbers and multiple scenarios with probabilities: refs #16Don Anderson2011-11-232-0/+116
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-2310-38/+38
* Close cursors in compression test to avoid leaking hazard references.Michael Cahill2011-11-211-1/+1
* Fix tests to match config string changes for dump/load.Michael Cahill2011-11-082-11/+1
* Make handling of empty lists in config strings robust against empty inputs.Michael Cahill2011-11-081-5/+5
* In test/format, make sure at least 3 leaf pages can fit in cache.Michael Cahill2011-11-071-0/+3
* Exclude a test for empty output from dumpfile: it dump the header of an empty...Michael Cahill2011-11-071-2/+3
* Use an absolute path when running the wt utility.Michael Cahill2011-11-071-3/+4
* Sort tests after discovery: this is more intuitive (at least to me), and shou...Michael Cahill2011-11-071-2/+4
* Whitespace pass through test/suite/run.py (expand tabs, no real change).Michael Cahill2011-11-071-62/+61
* Make the salvage test operate consistently across platforms: overwrite all oc...Michael Cahill2011-11-071-7/+11
* Python idiom for "x if x else y".Michael Cahill2011-11-071-6/+2
* Support larger leaf pages.Keith Bostic2011-11-061-1/+1
* fix an error message,Keith Bostic2011-11-061-4/+3
* Copy WiredTiger to the backup directory.Keith Bostic2011-11-061-1/+1
* Change the SESSION->{verify,salvage,dumpfile,sync} methods to have aKeith Bostic2011-11-041-2/+0
* Added test for wt dumpfile. refs #16Don Anderson2011-11-041-0/+89
* remove stuff from mergeDon Anderson2011-11-041-4/+0