summaryrefslogtreecommitdiff
path: root/storage/bdb/test/test018.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'storage/bdb/test/test018.tcl')
-rw-r--r--storage/bdb/test/test018.tcl16
1 files changed, 16 insertions, 0 deletions
diff --git a/storage/bdb/test/test018.tcl b/storage/bdb/test/test018.tcl
new file mode 100644
index 00000000000..8fc8a14e95e
--- /dev/null
+++ b/storage/bdb/test/test018.tcl
@@ -0,0 +1,16 @@
+# See the file LICENSE for redistribution information.
+#
+# Copyright (c) 1996-2002
+# Sleepycat Software. All rights reserved.
+#
+# $Id: test018.tcl,v 11.6 2002/01/11 15:53:43 bostic Exp $
+#
+# TEST test018
+# TEST Offpage duplicate test
+# TEST Key_{first,last,before,after} offpage duplicates.
+# TEST Run duplicates with small page size so that we test off page
+# TEST duplicates.
+proc test018 { method {nentries 10000} args} {
+ puts "Test018: Off page duplicate tests"
+ eval {test011 $method $nentries 19 18 -pagesize 512} $args
+}