1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 1996,2008 Oracle.  All rights reserved.
4#
5# $Id: test009.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test009
8# TEST	Small keys/large data
9# TEST		Same as test008; close and reopen database
10# TEST
11# TEST	Check that we reuse overflow pages.  Create database with lots of
12# TEST	big key/data pairs.  Go through and delete and add keys back
13# TEST	randomly.  Then close the DB and make sure that we have everything
14# TEST	we think we should.
15proc test009 { method args} {
16	eval {test008 $method "009" 0} $args
17}
18