Commit Graph

16 Commits

Author SHA1 Message Date
Keith Bostic
344a714c3d Upgrade copyright notices from 2015 to 2016. 2016-01-01 16:37:39 -05:00
Michael Cahill
0fb9c1d89f Check that every scenario has a unique name within its test.
refs #1813
2015-03-25 14:00:57 +11:00
Keith Bostic
1f9098871a Copyright notices: add MongoDB, update to 2015. 2015-01-04 14:07:56 -05:00
Keith Bostic
df4aac80b5 Reset cursors on auto-commit failure, reference #672. 2014-06-02 10:37:57 -04:00
Keith Bostic
5b509b7220 Update copyright notices for 2014.
Move lang/java and lang/python into the public domain.
2014-01-07 10:30:12 -05:00
Don Anderson
abd318e5f1 Add '--parallel N' option to run.py. Using '--parallel' requires
that some additional packages are installed: testtools, extras,
python-subunit and concurrencytest.
ref #788
2013-12-19 12:48:50 -05:00
Keith Bostic
62967ddd6d Test doesn't need multiple scenarios. 2013-12-16 07:14:41 -05:00
Keith Bostic
176d7f7683 Check all of the combinations of record exist/not-exist and overwrite
on/off for the insert, remove and update methods.   Add an LSM test,
it has a different code path.
2013-06-18 11:22:27 -04:00
Michael Cahill
ab8eba816d Generalize the cursor "overwrite" configuration to apply to insert, update and remove. Default to true, so LSM is no longer a special case.
refs #512
2013-06-18 17:21:15 +10:00
Keith Bostic
963d37a4e6 Update copyright notice to 2013. 2013-01-01 09:45:50 +00:00
Keith Bostic
31c862d5e9 Remove trailing semi-colons & complain if they re-appear. 2012-11-29 17:05:17 +00:00
Keith Bostic
dd081380da Change test_truncate01 to test both in-memory and disk images of the
object.

Change key_populate, value_populate to take the cursor as an argument
instead of the format string itself (it can use the cursor to get the
format string).
2012-08-24 12:37:50 +00:00
Keith Bostic
7a3b1353f0 We're sending a mixed message -- remove the copyright notices from files
where we've placed our content in the public domain.
2012-08-15 17:46:54 +00:00
Keith Bostic
aa1b8bb078 Remove the cursor.reconfigure method, and replace it with documentation
showing how to "reconfigure" cursors using the session.open_cursor
method to duplicate them with different configuration strings.
Close #282.
2012-08-03 18:43:03 +00:00
Keith Bostic
bb8dfae071 Test the overwrite flag on both row and column-store objects.
Check that opening a cursor without overwrite configured fails appropriately.
2012-08-02 16:11:48 +00:00
Keith Bostic
4113cdb877 Add a test of the cursor "overwrite" configuration string. 2012-07-28 18:33:11 +00:00