Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

16
test/test101.tcl Normal file
View File

@@ -0,0 +1,16 @@
# See the file LICENSE for redistribution information.
#
# Copyright (c) 2000,2008 Oracle. All rights reserved.
#
# $Id: test101.tcl,v 12.6 2008/01/08 20:58:53 bostic Exp $
#
# TEST test101
# TEST Test for functionality near the end of the queue
# TEST using test070 (DB_CONSUME).
proc test101 { method {nentries 1000} {txn -txn} {tnum "101"} args} {
if { [is_queueext $method ] == 0 } {
puts "Skipping test$tnum for $method."
return;
}
eval {test070 $method 4 2 $nentries WAIT 4294967000 $txn $tnum} $args
}