1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2000-2009 Oracle.  All rights reserved.
4#
5# $Id$
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