| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2832 Python test uses hard-coded temporary directory (#2951) | Keith Bostic | 2016-08-15 | 1 | -1/+1 |
* | WT-2514 Fix logging to not use an empty path name. (#2789) | sueloverso | 2016-06-08 | 1 | -14/+41 |
* | WT-2335 Add some tests with too few closing brackets. | Michael Cahill | 2016-01-19 | 1 | -0/+4 |
* | WT-2335 Add a test case. | Michael Cahill | 2016-01-19 | 1 | -0/+11 |
* | Merge pull request #2348 from wiredtiger/wt-2142-test-cleanup | Alex Gorrod | 2016-01-04 | 1 | -8/+8 |
|\ |
|
| * | WT-2142. At the end of a test run, all open connections should be closed | Don Anderson | 2015-11-30 | 1 | -8/+8 |
* | | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|/ |
|
* | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 1 | -3/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -2/+3 |
* | Merge branch 'develop' into logging. | Michael Cahill | 2013-07-09 | 1 | -1/+1 |
|\ |
|
| * | Now the 'transactional' keyword is gone, remove uses it in the test suite. | Keith Bostic | 2013-07-08 | 1 | -1/+1 |
* | | Remove usage of old 'logging' config name. | Susan LoVerso | 2013-06-19 | 1 | -2/+3 |
|/ |
|
* | As a consequence of the last set of changes, you can't get the cache-size | Keith Bostic | 2013-05-01 | 1 | -1/+1 |
* | whitespace fix. | Keith Bostic | 2013-04-10 | 1 | -2/+2 |
* | I changed an error message, update the test suite to match. | Keith Bostic | 2013-04-09 | 1 | -2/+2 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -4/+3 |
* | 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 |
* | Changed most uses of 'with self.expectedStderr(msg)' to use | Don Anderson | 2012-03-15 | 1 | -12/+11 |
* | Modified tests that produce stderr in native code to wrap those calls | Don Anderson | 2012-03-15 | 1 | -10/+18 |
* | Cleanup test imports, use unittest2 if available so tests pass on Python 2.6. | Michael Cahill | 2012-02-08 | 1 | -9/+6 |
* | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill | 2012-02-02 | 1 | -1/+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 |
* | Connections are always exclusive, we don't need to config key. | Michael Cahill | 2012-01-31 | 1 | -5/+0 |
* | Resolve several TODOs - some with inline comments. refs #16. | Don Anderson | 2012-01-26 | 1 | -6/+9 |
* | Added tests for multipliers, like 20M or 1024K that appear in config strings. | Don Anderson | 2012-01-23 | 1 | -8/+36 |
* | Removed an unneeded int() conversion. refs #16. | Don Anderson | 2012-01-23 | 1 | -1/+1 |
* | Use new stat defines to look up values by key, rather than matching strings. | Don Anderson | 2012-01-24 | 1 | -11/+3 |
* | Fix up various places that accessed statistics keys via the old interface. | Michael Cahill | 2012-01-20 | 1 | -3/+3 |
* | Added test for eviction_target == eviciton_trigger. refs #16 | Don Anderson | 2012-01-12 | 1 | -1/+6 |
* | The engine now fails correctly if eviction_target is greater than | Keith Bostic | 2012-01-06 | 1 | -2/+0 |
* | Added tests for basic config values | Don Anderson | 2012-01-05 | 1 | -0/+137 |