summaryrefslogtreecommitdiff
path: root/test/suite/wttest.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3227 Python test suite inserts unnecessary whitespace in error output. (#3...Keith Bostic2017-03-171-1/+1
* WT-3121 In the test suite, create a standard way to load extensions (#3241)Don Anderson2017-01-161-6/+75
* WT-3080 Python test suite: add elapsed time for tests (#3201)Don Anderson2016-12-191-0/+4
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-3/+0
* WT-2908 Change output of shortDesc to use shortName (#3035)David Hows2016-09-131-1/+1
* WT-2908 Add a dry-run option to python suite (#3033)David Hows2016-09-121-0/+6
* WT-2767 in test/suite/run.py, add -s N option to run an individual scenario (...Don Anderson2016-07-181-2/+4
* WT-2720 Change the return codes in run.py to error on failures (#2817)David Hows2016-06-211-1/+1
* WT-2644 Fix 'wt load -r' (rename) with LSM (#2735)Don Anderson2016-05-191-4/+4
* WT-2349 Clean up after tests with read-only directories.Michael Cahill2016-02-121-0/+8
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-8/+59
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-8/+59
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Python, whitespace cleanup.Keith Bostic2015-08-201-5/+5
* WT-1985. tabs -> spacesDon Anderson2015-07-071-1/+1
* WT-1985. Added tty() and ttyVerbose(), useful to get /dev/ttyDon Anderson2015-07-071-0/+19
* Add another check that test scenarios don't overlap naming.Alex Gorrod2015-03-251-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Allow pruning scenarios with different limits for default vs. long runs.Don Anderson2014-12-121-4/+6
* Changed python test suite to allow for shorter runs by default,Don Anderson2014-12-111-1/+20
* Prepend third party libraries we supply to the front of the os.path list.Don Anderson2014-12-091-8/+1
* Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-2/+3
* If tests are skipped, don't report them as failures.Michael Cahill2014-07-311-2/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update test/3rdparty with the packages required to run the test suite in para...Michael Cahill2013-12-201-1/+1
* Show a meaningful error if modules needed for testing in parallelDon Anderson2013-12-191-1/+8
* Add '--parallel N' option to run.py. Using '--parallel' requiresDon Anderson2013-12-191-7/+19
* Add --dir option to run.py to allow WT_TEST directory to be changed.Don Anderson2013-12-181-4/+3
* Using a closed {Cursor,Session,Connection} handle in PythonDon Anderson2013-12-101-0/+23
* Do a hot backup to test recovery, otherwise the copy can race with log archiv...Michael Cahill2013-12-091-14/+19
* Fix off by one number in homedir versus scenario number. #710Susan LoVerso2013-12-041-1/+1
* Use the event handler to capture stderr, stdout.Don Anderson2013-10-241-46/+32
* Fix a race manipulating file descriptors in the test suite. Always close the...Michael Cahill2013-07-111-8/+15
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-291-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Clean up test output if an exception is raised: only report it once.Michael Cahill2012-08-141-8/+13
* Fixed when file descriptors are captured - it needs to be done beforeDon Anderson2012-03-151-1/+1
* Capture the stderr and stdout of the native code in files, while keepingDon Anderson2012-03-151-5/+184
* Standardize python spacing.Don Anderson2012-03-091-2/+2
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-5/+7
* Revert incomplete changes from 26df6555c444: they weren't supposed to be comm...Michael Cahill2012-02-021-1/+1
* Change the download link in the documentation to the download page on github.Michael Cahill2012-02-021-1/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+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
* Allow close_conn to be overridden, and use that internally to close connections.Don Anderson2012-01-261-3/+2
* Changed __str__ to return the scenario number, if present.Don Anderson2012-01-191-2/+25
* Python test config files: added '-C file' and '-c file' options to run.pyDon Anderson2012-01-131-0/+4
* Added wttest.verbose so that certain print messages can appear depending onDon Anderson2012-01-041-0/+8