| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2352: Allow build and test without requiring lz4 | Keith Bostic | 2016-01-28 | 1 | -1/+0 |
* | Merge pull request #2348 from wiredtiger/wt-2142-test-cleanup | Alex Gorrod | 2016-01-04 | 1 | -7/+3 |
|\ |
|
| * | WT-2142. In test suite, replace lambda expressions by functions. | Don Anderson | 2016-01-01 | 1 | -2/+3 |
| * | WT-2142. At the end of a test run, all open connections should be closed | Don Anderson | 2015-11-30 | 1 | -7/+2 |
* | | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|/ |
|
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | To yield a thread, use time.sleep(0), not Python's keyword 'yield'. | Don Anderson | 2014-12-02 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Simplify and speed up the test_compress test, add a test run without | Keith Bostic | 2012-11-28 | 1 | -105/+67 |
* | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic | 2012-10-26 | 1 | -4/+5 |
* | We already have self.reopen, we don't need a local version. | Keith Bostic | 2012-08-27 | 1 | -11/+4 |
* | Don't try to run test_compress01_base when running the test file directly. | Alex Gorrod | 2012-08-27 | 1 | -1/+1 |
* | Move shared compression tests into a separate class. | Michael Cahill | 2012-08-27 | 1 | -11/+17 |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | Cleanup test imports, use unittest2 if available so tests pass on Python 2.6. | Michael Cahill | 2012-02-08 | 1 | -4/+1 |
* | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill | 2012-02-02 | 1 | -2/+2 |
* | 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 | -3/+3 |
* | Added a compressor adaptor for Google's snappy compressor. refs #58 | Don Anderson | 2011-12-07 | 1 | -0/+4 |
* | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill | 2011-11-23 | 1 | -1/+1 |
* | Close cursors in compression test to avoid leaking hazard references. | Michael Cahill | 2011-11-21 | 1 | -1/+1 |
* | Fix test suite for new overflow size configuration. | Michael Cahill | 2011-09-26 | 1 | -1/+1 |
* | Fix up tests to match the new build structure. | Michael Cahill | 2011-09-02 | 1 | -5/+6 |
* | Skip compression tests if extension modules have not been built. | Michael Cahill | 2011-08-12 | 1 | -3/+6 |
* | Followup from Keith's review comments | Don Anderson | 2011-08-11 | 1 | -1/+1 |
* | Added compression infrastructure, example compressors and tests. | Don Anderson | 2011-08-10 | 1 | -0/+123 |