2001-03-05 01:42:05 +01:00
|
|
|
# See the file LICENSE for redistribution information.
|
|
|
|
#
|
2002-10-30 12:57:05 +01:00
|
|
|
# Copyright (c) 2000-2002
|
2001-03-05 01:42:05 +01:00
|
|
|
# Sleepycat Software. All rights reserved.
|
|
|
|
#
|
2002-10-30 12:57:05 +01:00
|
|
|
# $Id: test090.tcl,v 11.10 2002/08/15 20:55:21 sandstro Exp $
|
2001-03-05 01:42:05 +01:00
|
|
|
#
|
2002-10-30 12:57:05 +01:00
|
|
|
# TEST test090
|
|
|
|
# TEST Test for functionality near the end of the queue using test001.
|
|
|
|
proc test090 { method {nentries 10000} {txn -txn} {tnum "90"} args} {
|
2001-03-05 01:42:05 +01:00
|
|
|
if { [is_queueext $method ] == 0 } {
|
|
|
|
puts "Skipping test0$tnum for $method."
|
|
|
|
return;
|
|
|
|
}
|
2002-10-30 12:57:05 +01:00
|
|
|
eval {test001 $method $nentries 4294967000 $tnum 0} $args
|
2001-03-05 01:42:05 +01:00
|
|
|
}
|