summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-02Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill
2012-02-01Added complete release directories for discover, testscenarios,Don Anderson
2012-02-02Revert incomplete changes from 26df6555c444: they weren't supposed to be comm...Michael Cahill
2012-02-02Change the download link in the documentation to the download page on github.Michael Cahill
2012-02-02Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill
2012-02-01More copyright cleanup.Keith Bostic
2012-02-01Free up the test suite, developers may want to copy chunks of it.Keith Bostic
2012-02-01Add the test suit to the copyright check script, update test suiteKeith Bostic
2012-02-01The target name for rename operations should be a URI, not a raw name.Michael Cahill
2012-01-31Fix uninitialized warnings with GCC 4.2.Michael Cahill
2012-01-30Fixed a comment. refs #16.Don Anderson
2012-01-27Added a quick test for cursor.update() when the item does not exist.Don Anderson
2012-01-27Resolve a TODO: verify that a newly initialized cursor on aDon Anderson
2012-01-31Update tests to use the new truncate functionality.Michael Cahill
2012-01-31Connections are always exclusive, we don't need to config key.Michael Cahill
2012-01-27Add -L to the format test program, so you can configure verbose from theKeith Bostic
2012-01-26Resolve several TODOs - some with inline comments. refs #16.Don Anderson
2012-01-26Added new test for exclusive opens. refs #16.Don Anderson
2012-01-26Allow close_conn to be overridden, and use that internally to close connections.Don Anderson
2012-01-25Inserting a new record was incrementing the total count of rows, which meansKeith Bostic
2012-01-25Added tests to get a filestat by key as well as stat by key.Don Anderson
2012-01-25Added a test for the 'uninitialized' state of the cursor, iteratingDon Anderson
2012-01-24Make running "wt list" in an empty directory output nothing rather than failing.Michael Cahill
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-25In tests, check whether setrlimit has a chance of succeeding, and skip the te...Michael Cahill
2012-01-24Added additional checks for salvaged tables. refs #16.Don Anderson
2012-01-24Bump the number of entries in each database up for more rigorous tests.Don Anderson
2012-01-23Added tests for multipliers, like 20M or 1024K that appear in config strings.Don Anderson
2012-01-23Removed an unneeded int() conversion. refs #16.Don Anderson
2012-01-24Use new stat defines to look up values by key, rather than matching strings.Don Anderson
2012-01-22Now that the root address is in the schema file, we can't simply copy theKeith Bostic
2012-01-21Now that the root address is in the schema file, we can't simply copy theKeith Bostic
2012-01-21Update a comment.Keith Bostic
2012-01-21Remove the test/insert directory from the source-code revision treeKeith Bostic
2012-01-20Fix up various places that accessed statistics keys via the old interface.Michael Cahill
2012-01-19Reduced the number of scenarios to 30, increased the cache size, andDon Anderson
2012-01-19Fixes to get the entire test to run:Don Anderson
2012-01-19Changed __str__ to return the scenario number, if present.Don Anderson
2012-01-19Removed an extra debugger break that occurs when --debug is specified.Don Anderson
2012-01-19We include the internal wiredtiger include file, we don't need anything else.Keith Bostic
2012-01-19Rework statistics cursors (issue #135).Keith Bostic
2012-01-19WiredTiger includes must come before system includes. Otherwise off_t may no...Michael Cahill
2012-01-17Added new test for privileged operations. refs #16.Don Anderson
2012-01-13Python test config files: added '-C file' and '-c file' options to run.pyDon Anderson
2012-01-13verbose should turn on "salvage"Keith Bostic
2012-01-12When eviction_target >= eviction_trigger, expect a failure, andDon Anderson
2012-01-12Added test for eviction_target == eviciton_trigger. refs #16Don Anderson
2012-01-06The engine now fails correctly if eviction_target is greater thanKeith Bostic
2012-01-06Implement SESSION.rename, simplify SESSION.truncate.Keith Bostic
2012-01-05If we don't find the object in the schema file, map that error to ENOENT,Keith Bostic