1# See the file LICENSE for redistribution information.
2#
3# Copyright (c) 2000-2009 Oracle.  All rights reserved.
4#
5# $Id$
6#
7# TEST	test101
8# TEST	Test for functionality near the end of the queue
9# TEST	using test070 (DB_CONSUME).
10proc test101 { method {nentries 1000} {txn -txn} {tnum "101"} args} {
11	if { [is_queueext $method ] == 0 } {
12		puts "Skipping test$tnum for $method."
13		return;
14	}
15	eval {test070 $method 4 2 $nentries WAIT 4294967000 $txn $tnum} $args
16}
17