summaryrefslogtreecommitdiff
path: root/test/suite/test_stat01.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-261-6/+7
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-2/+2
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-5/+1
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-5/+1
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Add a "statistics=(size)" mode to statistics cursors that just gets the files...Michael Cahill2015-06-051-0/+6
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-3/+1
* Made some adjustments to stats so that the btree entries is an accurateDon Anderson2015-03-111-1/+1
* bda036d wasn't sufficient, complete the change so that we test a fewKeith Bostic2015-03-081-4/+2
* Rework test_stat01 to check that we're calculating overflow statisticsKeith Bostic2015-03-021-40/+58
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update the test suite to match the new tag names.Keith Bostic2014-11-031-2/+2
* Add prefixes to all stat descriptions. #1313Susan LoVerso2014-10-271-2/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update the test suite to match the statistics name changes.Keith Bostic2013-11-171-3/+2
* Go back to "allocation_size" to avoid breaking the world.Michael Cahill2013-11-111-1/+1
* Compression changes.Keith Bostic2013-11-091-1/+2
* If the default statistics setting is "none", we have to configureKeith Bostic2013-10-211-0/+7
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* whitespace.Keith Bostic2012-12-061-1/+1
* Make the test suite run again.Keith Bostic2012-12-051-9/+11
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-24/+38
* 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
* Fixed indentation to not use tabs.Don Anderson2012-02-081-2/+2
* WT_NOTFOUND is only returned by a cursor function that can't find aKeith Bostic2012-02-081-2/+3
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-4/+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
* Added tests to get a filestat by key as well as stat by key.Don Anderson2012-01-251-4/+32
* Fix up various places that accessed statistics keys via the old interface.Michael Cahill2012-01-201-1/+1
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-1/+1
* Fixes for the statistics tests:Don Anderson2011-10-211-11/+9
* Added statistics test (currently skipped)Don Anderson2011-10-211-0/+76