1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2000,2008 Oracle.  All rights reserved.
4#
5# $Id: test100.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
6#
7# TEST	test100
8# TEST	Test for functionality near the end of the queue
9# TEST	using test025 (DB_APPEND).
10proc test100 { method {nentries 10000} {tnum "100"} args} {
11	if { [is_queueext $method ] == 0 } {
12		puts "Skipping test$tnum for $method."
13		return;
14	}
15	eval {test025 $method $nentries 4294967000 $tnum} $args
16}
17