summaryrefslogtreecommitdiff
path: root/db/test/test090.tcl
blob: ed6ec9632f5e000941482d55283ab3919556d87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# See the file LICENSE for redistribution information.
#
# Copyright (c) 2000
#	Sleepycat Software.  All rights reserved.
#
#	$Id: test090.tcl,v 11.4 2000/12/11 17:24:56 sue Exp $
#
# DB Test 90 {access method}
# Check for functionality near the end of the queue.
#
#
proc test090 { method {nentries 1000} {txn -txn} {tnum "90"} args} {
	if { [is_queueext $method ] == 0 } {
		puts "Skipping test0$tnum for $method."
		return;
	}
	eval {test001 $method $nentries 4294967000 $tnum} $args
	eval {test025 $method $nentries 4294967000 $tnum} $args
	eval {test070 $method 4 2 $nentries WAIT 4294967000 $txn $tnum} $args
}