summaryrefslogtreecommitdiff
path: root/test/suite/test_compress01.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-7/+3
|\
| * WT-2142. In test suite, replace lambda expressions by functions.Don Anderson2016-01-011-2/+3
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-7/+2
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* To yield a thread, use time.sleep(0), not Python's keyword 'yield'.Don Anderson2014-12-021-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Simplify and speed up the test_compress test, add a test run withoutKeith Bostic2012-11-281-105/+67
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-4/+5
* We already have self.reopen, we don't need a local version.Keith Bostic2012-08-271-11/+4
* Don't try to run test_compress01_base when running the test file directly.Alex Gorrod2012-08-271-1/+1
* Move shared compression tests into a separate class.Michael Cahill2012-08-271-11/+17
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-4/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-2/+2
* 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-3/+3
* Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson2011-12-071-0/+4
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-1/+1
* Close cursors in compression test to avoid leaking hazard references.Michael Cahill2011-11-211-1/+1
* Fix test suite for new overflow size configuration.Michael Cahill2011-09-261-1/+1
* Fix up tests to match the new build structure.Michael Cahill2011-09-021-5/+6
* Skip compression tests if extension modules have not been built.Michael Cahill2011-08-121-3/+6
* Followup from Keith's review commentsDon Anderson2011-08-111-1/+1
* Added compression infrastructure, example compressors and tests.Don Anderson2011-08-101-0/+123