summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Python test config files: added '-C file' and '-c file' options to run.pyDon Anderson2012-01-132-6/+131
* verbose should turn on "salvage"Keith Bostic2012-01-131-1/+1
* When eviction_target >= eviction_trigger, expect a failure, andDon Anderson2012-01-121-2/+10
* Added test for eviction_target == eviciton_trigger. refs #16Don Anderson2012-01-121-1/+6
* The engine now fails correctly if eviction_target is greater thanKeith Bostic2012-01-061-2/+0
* Implement SESSION.rename, simplify SESSION.truncate.Keith Bostic2012-01-061-4/+3
* If we don't find the object in the schema file, map that error to ENOENT,Keith Bostic2012-01-051-3/+2
* Added tests for basic config valuesDon Anderson2012-01-051-0/+137
* When I changed to print out record numbers, I broke the row-storeKeith Bostic2012-01-041-4/+3
* Fixed indenting. refs #16Don Anderson2012-01-041-172/+172
* Changed output in this test to be result strings compared againstDon Anderson2012-01-041-13/+44
* Added wttest.verbose so that certain print messages can appear depending onDon Anderson2012-01-042-4/+13
* Fixed an ordering problem - all global variables used for testing mustDon Anderson2012-01-041-3/+5
* Turn off verbose configurations until we have a way to redirect messagesDon Anderson2012-01-041-6/+11
* Clean up arg parsing, and fix error when there is no test pattern specified -Don Anderson2012-01-031-13/+18
* For wiredtiger_open for each test, added an error_prefix config optionDon Anderson2012-01-031-2/+3
* run.py now has -v/--verbose option for setting the unittest verbosity. refs #16Don Anderson2012-01-032-18/+38
* Fix the drop of a non-existent file test: it fails, but it fails withKeith Bostic2012-01-031-3/+3
* Column-store update was using cursor->update, which won't work if theKeith Bostic2012-01-031-5/+5
* In WiredTiger, it's "remove", not "delete".Keith Bostic2012-01-031-2/+2
* Fix up logging fixed-length printf, don't need a length.Keith Bostic2012-01-031-1/+1
* Don't output fixed-length values as any kind of printable character.Keith Bostic2012-01-031-5/+13
* Display the record numbers for col-store types.Keith Bostic2012-01-021-7/+9
* 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