mariadb/bdb/test/test018.tcl

17 lines
530 B
Tcl
Raw Normal View History

2001-03-04 19:42:05 -05:00
# See the file LICENSE for redistribution information.
#
2002-10-30 15:57:05 +04:00
# Copyright (c) 1996-2002
2001-03-04 19:42:05 -05:00
# Sleepycat Software. All rights reserved.
#
2002-10-30 15:57:05 +04:00
# $Id: test018.tcl,v 11.6 2002/01/11 15:53:43 bostic Exp $
2001-03-04 19:42:05 -05:00
#
2002-10-30 15:57:05 +04:00
# 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.
2001-03-04 19:42:05 -05:00
proc test018 { method {nentries 10000} args} {
puts "Test018: Off page duplicate tests"
eval {test011 $method $nentries 19 18 -pagesize 512} $args
}