diff options
Diffstat (limited to 'bdb/test/test009.tcl')
-rw-r--r-- | bdb/test/test009.tcl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bdb/test/test009.tcl b/bdb/test/test009.tcl new file mode 100644 index 00000000000..e9c01875f77 --- /dev/null +++ b/bdb/test/test009.tcl @@ -0,0 +1,15 @@ +# See the file LICENSE for redistribution information. +# +# Copyright (c) 1996, 1997, 1998, 1999, 2000 +# Sleepycat Software. All rights reserved. +# +# $Id: test009.tcl,v 11.4 2000/05/22 12:51:38 bostic Exp $ +# +# DB Test 9 {access method} +# Check that we reuse overflow pages. Create database with lots of +# big key/data pairs. Go through and delete and add keys back +# randomly. Then close the DB and make sure that we have everything +# we think we should. +proc test009 { method {nentries 10000} args} { + eval {test008 $method $nentries 9 0} $args +} |