summaryrefslogtreecommitdiff
path: root/test/suite/test_schema03.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+0
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-8/+7
* Merge pull request #2348 from wiredtiger/wt-2142-test-cleanupAlex Gorrod2016-01-041-6/+3
|\
| * WT-2142. At the end of a test run, all open connections should be closedDon Anderson2015-11-301-6/+3
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
|/
* Added tests to create indices after entries have been inserted intoDon Anderson2015-05-291-13/+4
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Skip test_schema03.py on Window since rlimits are unix specificMark Benvenuto2014-12-191-3/+13
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* 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
* With the updated scenarios, test_schema03 needs far few file descriptors.Michael Cahill2012-10-191-1/+1
* Get test_schema03 running with LSM.Michael Cahill2012-10-191-14/+16
* 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-6/+4
* Don't output a summary of scenarios: it confuses recursive tests.Michael Cahill2012-05-311-3/+3
* Made superflous 'print' messages to be either tagged with a verbose level,Don Anderson2012-03-151-1/+3
* 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-6/+2
* Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill2012-02-021-2/+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-2/+2
* In tests, check whether setrlimit has a chance of succeeding, and skip the te...Michael Cahill2012-01-251-1/+3
* Bump the number of entries in each database up for more rigorous tests.Don Anderson2012-01-241-3/+2
* Reduced the number of scenarios to 30, increased the cache size, andDon Anderson2012-01-191-4/+4
* Fixes to get the entire test to run:Don Anderson2012-01-191-10/+13
* Added test_schema03, which sets up complex pseudo-randomlyDon Anderson2011-12-091-0/+538