summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor_random.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-02-141-0/+49
* WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-261-23/+16
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-2/+0
* WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-221-4/+4
* WT-2437 Adjust expected error messages to support Windows.Susan LoVerso2016-03-011-1/+1
* WT-2349 Add test testing methods not supported.Susan LoVerso2016-02-101-9/+15
* WT-2387 Fix the error string we test for next_random on column stores.Michael Cahill2016-02-091-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Change the parameter to be called "sample_size" and to be a count of theKeith Bostic2015-12-121-4/+2
* WT-2262: Add the new next_random_sample_percent configuration thatKeith Bostic2015-12-111-43/+57
* Assert cursor.next(random) always returns a key/value pair.Keith Bostic2015-12-051-4/+4
* WT-2032: WT_CURSOR.next configured with next_random=true, on pages thatKeith Bostic2015-08-051-5/+9
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-19/+7
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-4/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* update a comment.Keith Bostic2014-06-141-2/+2
* Change WT_CURSOR.next-random to handle insert lists where the updatesKeith Bostic2014-06-141-2/+73
* Confirm WT_CURSOR.next_random works for both in-memory and on-diskKeith Bostic2014-06-141-2/+21
* Use self.reopen_conn() instead of rolling our own.Keith Bostic2014-06-141-3/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* If the default leaf/internal page size is 4KB, then setting it toKeith Bostic2013-05-231-4/+6
* Typo, two tests with the same name.Keith Bostic2013-02-131-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Having a next-random cursor open could block transactions or checkpointsKeith Bostic2012-09-131-2/+2
* Now that we export cursor.compare; move the cursor positioning forKeith Bostic2012-09-071-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic2012-08-031-2/+0
* replace tabs with spaces.Keith Bostic2012-07-281-58/+58
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-4/+2
* review/rework cursor next-random test.Keith Bostic2012-07-271-114/+82
* Lightly modified diff from Rolf's random-cursor test pull request.Keith Bostic2012-07-271-0/+155