summaryrefslogtreecommitdiff
path: root/test/suite/test_schema02.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-2/+2
* SERVER-22676 Remove test case for error checking this branch removes.Alex Gorrod2016-02-171-4/+0
* WT-2995 Review error handling in create.Michael Cahill2016-01-201-0/+8
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-147. When filling indices, use bulk=unordered on the index cursorDon Anderson2015-09-141-1/+1
* Merge branch 'develop' into index-create-lsm3Don Anderson2015-09-131-1/+1
|\
| * Python, whitespace cleanup.Keith Bostic2015-08-201-2/+2
* | WT-147. Clean up tests so that commented debug code will work whenDon Anderson2015-08-021-15/+15
* | Added tests to create indices after entries have been inserted intoDon Anderson2015-05-291-2/+65
|/
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-3/+2
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* We weren't testing that a valid key format with an invalid value formatKeith Bostic2013-07-311-1/+5
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Test LSM indices in test_schema02.Michael Cahill2012-10-191-10/+25
* 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-4/+2
* Fix the "exclusive" config for WT_SESSION::create.Michael Cahill2012-03-281-1/+1
* Modified tests that produce stderr in native code to useDon Anderson2012-03-151-23/+40
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-6/+3
* Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill2012-02-021-15/+3
* 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
* Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill2012-01-251-8/+1
* test_schema02 added, with known failures: refs #16Don Anderson2011-11-231-0/+184