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
674170067c Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.set_key ... c.set_value ... c.insert code. 2015-03-31 14:26:00 +11: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
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
7b8e1086a8 If the default leaf/internal page size is 4KB, then setting it to
something smaller requires setting the allocation size as well,
because page sizes must be multiples of the allocation size.
2013-05-23 12:32:21 -04: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
188e056b75 Enhance a comment -- we write checkpoint information, just not
underlying file pages.
2012-08-16 12:15:28 +00:00
Keith Bostic
7a4d1cea06 typo 2012-08-16 12:08:38 +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
755b6cbfc2 Lightly modified diff from Rolf's random-cursor test pull request. 2012-07-27 16:12:22 +00:00
Keith Bostic
1f1aa5fb7b Complicate the empty test a bit, include checkpoints and opening
cursors on checkpoints.
2012-07-27 09:37:03 +00:00
Keith Bostic
0c6c00e09b Add a test for "empty" files that we don't actually write any blocks. 2012-07-26 16:31:24 +00:00