summaryrefslogtreecommitdiff
path: root/test/suite/suite_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix a race manipulating file descriptors in the test suite. Always close the...Michael Cahill2013-07-111-7/+5
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* 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-5/+3
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-5/+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-3/+3
* Refactoring to prepare for new tests. refs #16.Don Anderson2011-12-191-0/+13
* Use an absolute path when running the wt utility.Michael Cahill2011-11-071-3/+4
* Python idiom for "x if x else y".Michael Cahill2011-11-071-6/+2
* remove stuff from mergeDon Anderson2011-11-041-4/+0
* Fixed error introduced in check_non_empty_file in previous commit.Don Anderson2011-11-041-0/+4
* typo, should be assertNotEqual.Keith Bostic2011-11-041-1/+1
* typoKeith Bostic2011-11-041-1/+1
* Moved close_conn, open_conn to WiredTigerTestCase.Don Anderson2011-11-041-11/+15
* Added tests for 'wt read'. refs #16.Don Anderson2011-11-031-3/+8
* Added tests for salvage. Added common methods to find 'ERROR' in anDon Anderson2011-11-031-0/+43
* Added several 'negative' tests for wt verify, and a few tests of the verify API.Don Anderson2011-11-011-5/+18
* Changed all util tests that call 'wt' to use suite_subprocess.Don Anderson2011-10-281-2/+2
* Added tests for verify:Don Anderson2011-10-281-0/+71