| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2947 replace test suite populate functions with *DataSet classes (#3083) | Don Anderson | 2016-10-26 | 1 | -6/+7 |
* | WT-2778 Enhance output formatting when running Python test suite (#2888) | Don Anderson | 2016-07-22 | 1 | -2/+2 |
* | Merge pull request #2348 from wiredtiger/wt-2142-test-cleanup | Alex Gorrod | 2016-01-04 | 1 | -5/+1 |
|\ |
|
| * | WT-2142. At the end of a test run, all open connections should be closed | Don Anderson | 2015-11-30 | 1 | -5/+1 |
* | | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|/ |
|
* | Add a "statistics=(size)" mode to statistics cursors that just gets the files... | Michael Cahill | 2015-06-05 | 1 | -0/+6 |
* | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 1 | -3/+1 |
* | Made some adjustments to stats so that the btree entries is an accurate | Don Anderson | 2015-03-11 | 1 | -1/+1 |
* | bda036d wasn't sufficient, complete the change so that we test a few | Keith Bostic | 2015-03-08 | 1 | -4/+2 |
* | Rework test_stat01 to check that we're calculating overflow statistics | Keith Bostic | 2015-03-02 | 1 | -40/+58 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Update the test suite to match the new tag names. | Keith Bostic | 2014-11-03 | 1 | -2/+2 |
* | Add prefixes to all stat descriptions. #1313 | Susan LoVerso | 2014-10-27 | 1 | -2/+2 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Update the test suite to match the statistics name changes. | Keith Bostic | 2013-11-17 | 1 | -3/+2 |
* | Go back to "allocation_size" to avoid breaking the world. | Michael Cahill | 2013-11-11 | 1 | -1/+1 |
* | Compression changes. | Keith Bostic | 2013-11-09 | 1 | -1/+2 |
* | If the default statistics setting is "none", we have to configure | Keith Bostic | 2013-10-21 | 1 | -0/+7 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | whitespace. | Keith Bostic | 2012-12-06 | 1 | -1/+1 |
* | Make the test suite run again. | Keith Bostic | 2012-12-05 | 1 | -9/+11 |
* | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -24/+38 |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | Remove the rest of the <tab> characters in the static test suite, | Keith Bostic | 2012-07-26 | 1 | -4/+2 |
* | Fixed indentation to not use tabs. | Don Anderson | 2012-02-08 | 1 | -2/+2 |
* | WT_NOTFOUND is only returned by a cursor function that can't find a | Keith Bostic | 2012-02-08 | 1 | -2/+3 |
* | Cleanup test imports, use unittest2 if available so tests pass on Python 2.6. | Michael Cahill | 2012-02-08 | 1 | -4/+1 |
* | Free up the test suite, developers may want to copy chunks of it. | Keith Bostic | 2012-02-01 | 1 | -2/+22 |
* | Add the test suit to the copyright check script, update test suite | Keith Bostic | 2012-02-01 | 1 | -2/+2 |
* | Added tests to get a filestat by key as well as stat by key. | Don Anderson | 2012-01-25 | 1 | -4/+32 |
* | Fix up various places that accessed statistics keys via the old interface. | Michael Cahill | 2012-01-20 | 1 | -1/+1 |
* | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill | 2011-11-23 | 1 | -1/+1 |
* | Fixes for the statistics tests: | Don Anderson | 2011-10-21 | 1 | -11/+9 |
* | Added statistics test (currently skipped) | Don Anderson | 2011-10-21 | 1 | -0/+76 |