summaryrefslogtreecommitdiff
path: root/test/suite/test_config03.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-1/+1
* Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-071-3/+3
|\
| * Merge Mark Benvenuto's changes (c85f885ea08c575dee7f1594f1c0371dea2caec6).Keith Bostic2015-01-041-3/+3
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Merge branch 'develop' into logging.Michael Cahill2013-07-091-1/+1
|\
| * Now the 'transactional' keyword is gone, remove uses it in the test suite.Keith Bostic2013-07-081-1/+1
* | Fix test_config03 to check for the right error message. This isn't specific ...Michael Cahill2013-06-201-3/+8
* | Remove usage of old 'logging' config name.Susan LoVerso2013-06-191-6/+3
|/
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-261-5/+2
* Don't output a summary of scenarios: it confuses recursive tests.Michael Cahill2012-05-311-3/+3
* Set limit of config scenarios tests to 1000 (it had been set low temporarilyDon Anderson2012-03-161-1/+1
* Capture and check the error message that comes from wiredtiger_open().Don Anderson2012-03-151-3/+4
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-6/+2
* Free up the test suite, developers may want to copy chunks of it.Keith Bostic2012-02-011-2/+22
* Add the test suit to the copyright check script, update test suiteKeith Bostic2012-02-011-2/+2
* Connections are always exclusive, we don't need to config key.Michael Cahill2012-01-311-4/+2
* When eviction_target >= eviction_trigger, expect a failure, andDon Anderson2012-01-121-2/+10
* Added wttest.verbose so that certain print messages can appear depending onDon Anderson2012-01-041-4/+5
* Turn off verbose configurations until we have a way to redirect messagesDon Anderson2012-01-041-6/+11
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-1/+1
* Added new test for testing many combinations of configurations. refs #16.Don Anderson2011-12-281-0/+106