summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor_tracker.py
Commit message (Expand)AuthorAgeFilesLines
* Python, whitespace cleanup.Keith Bostic2015-08-201-1/+1
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-12/+4
* 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 tests broken by fa40839097a97349f2831ba4a8d6f611c1e8e27d,Keith Bostic2013-06-071-2/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Update cursor tests to support LSM tables.Alex Gorrod2012-08-271-2/+2
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Remove most uses of <tabs>, move toward consistent 4-space indentation style.Keith Bostic2012-07-251-41/+40
* Changed most uses of 'with self.expectedStderr(msg)' to useDon Anderson2012-03-151-4/+4
* Modified tests that produce stderr in native code to wrap those callsDon Anderson2012-03-151-2/+6
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-6/+3
* 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
* Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill2012-01-251-2/+4
* Configure test cursors with "append" to get back the previous semantics.Michael Cahill2011-10-201-1/+1
* Various test cleanup: refs #16Don Anderson2011-10-191-4/+4
* In TestCursorTracker, support setting a range of sizes for keys/values.Don Anderson2011-09-201-42/+61
* Set TRACE_API back to False -- that change should not have been pushed.Michael Cahill2011-09-191-1/+1
* lint warning 534: Ignoring return value of functionMichael Cahill2011-09-191-1/+1
* Added iterate tests for empty tables and tables with one element.Don Anderson2011-09-161-1/+4
* Support up to 2^32 preexisting keys in cursor tracking tests. refs #16Don Anderson2011-09-161-7/+8
* Close and reopen the connection after initially populating so theDon Anderson2011-09-151-13/+18
* Fix errors that broke test_cursor02, and added support for column store:Don Anderson2011-09-151-67/+141
* Some minor test fixes.Michael Cahill2011-09-151-2/+2
* Added scenarios for row/var/fix, made first cut at cursor tests for these.Don Anderson2011-09-141-22/+97
* Add TestCursorTracker for building cursor tests with automatic tracking.Don Anderson2011-09-121-0/+294