Keith Bostic
344a714c3d
Upgrade copyright notices from 2015 to 2016.
2016-01-01 16:37:39 -05:00
David Hows
29477b0ac5
Add testutils to all tests
2015-05-05 14:51:23 +10:00
Keith Bostic
30b61e8abd
Make the die() function look like all the other test programs,
...
support variadic arguments.
2015-04-14 08:41:52 -04:00
Keith Bostic
1f9098871a
Copyright notices: add MongoDB, update to 2015.
2015-01-04 14:07:56 -05:00
Keith Bostic
176dccefc2
Add a -F option to thread, to create a separate file for every thread.
...
With this option, the command line combination "-FS -R 0 -W 10" will
trigger the checkpoint problem where closing a file fails because there
is an update for the file we can't write.
Reference #844 , #957 .
2014-05-20 10:47:54 -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
Keith Bostic
3fe757efec
The test/thread program is using key numbers of 0, which is illegal,
...
replace (0 <= keyno <= nkeys - 1) with (1 <= keyno <= nkeys).
2013-05-24 21:24:37 -04:00
Keith Bostic
963d37a4e6
Update copyright notice to 2013.
2013-01-01 09:45:50 +00:00
Keith Bostic
45c1e2a5a3
Move test program software into the public domain, if anyone wants to
...
cut-and-paste from it, that's fine with us.
2012-10-26 13:22:45 +00:00
Keith Bostic
ca408b3b2d
Split test/thread into two parts, test/thread and test/fops.
2012-05-28 10:59:45 +00:00
Keith Bostic
f94b7ea1e3
Add support for file operations to the test/thread program.
2012-05-03 21:57:43 +00:00