libdb/test/tcl/test090.tcl

16 lines
446 B
Tcl
Raw Permalink Normal View History

# See the file LICENSE for redistribution information.
#
2012-11-14 20:13:24 +00:00
# Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved.
#
# $Id$
#
# TEST test090
# TEST Test for functionality near the end of the queue using test001.
proc test090 { method {nentries 10000} {tnum "090"} args} {
if { [is_queueext $method ] == 0 } {
puts "Skipping test$tnum for $method."
return;
}
eval {test001 $method $nentries 4294967000 0 $tnum} $args
}