summaryrefslogtreecommitdiff
path: root/test/suite/test_config04.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2832 Python test uses hard-coded temporary directory (#2951)Keith Bostic2016-08-151-1/+1
* WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-081-14/+41
* WT-2335 Add some tests with too few closing brackets.Michael Cahill2016-01-191-0/+4
* WT-2335 Add a test case.Michael Cahill2016-01-191-0/+11
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-8/+8
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-8/+8
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-3/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-2/+3
* 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
* | Remove usage of old 'logging' config name.Susan LoVerso2013-06-191-2/+3
|/
* As a consequence of the last set of changes, you can't get the cache-sizeKeith Bostic2013-05-011-1/+1
* whitespace fix.Keith Bostic2013-04-101-2/+2
* I changed an error message, update the test suite to match.Keith Bostic2013-04-091-2/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-4/+3
* 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-4/+2
* Changed most uses of 'with self.expectedStderr(msg)' to useDon Anderson2012-03-151-12/+11
* Modified tests that produce stderr in native code to wrap those callsDon Anderson2012-03-151-10/+18
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-9/+6
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+1
* 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-5/+0
* Resolve several TODOs - some with inline comments. refs #16.Don Anderson2012-01-261-6/+9
* Added tests for multipliers, like 20M or 1024K that appear in config strings.Don Anderson2012-01-231-8/+36
* Removed an unneeded int() conversion. refs #16.Don Anderson2012-01-231-1/+1
* Use new stat defines to look up values by key, rather than matching strings.Don Anderson2012-01-241-11/+3
* Fix up various places that accessed statistics keys via the old interface.Michael Cahill2012-01-201-3/+3
* 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
* Added tests for basic config valuesDon Anderson2012-01-051-0/+137