mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 09:06:25 +00:00
16 lines
506 B
Tcl
16 lines
506 B
Tcl
# See the file LICENSE for redistribution information.
|
|
#
|
|
# Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
# TEST dead010
|
|
# TEST
|
|
# TEST Same test as dead003, except the actual youngest and oldest will have
|
|
# TEST higher priorities. Verify that the oldest/youngest of the lower
|
|
# TEST priority lockers gets killed. Doesn't apply to 2 procs.
|
|
proc dead010 { {procs "4 10"} {tests "ring clump"} {tnum "010"} } {
|
|
source ./include.tcl
|
|
|
|
dead003 $procs $tests $tnum 1
|
|
}
|