mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-17 01:26:25 +00:00
16 lines
446 B
Tcl
16 lines
446 B
Tcl
|
# See the file LICENSE for redistribution information.
|
||
|
#
|
||
|
# Copyright (c) 1996, 2011 Oracle and/or its affiliates. All rights reserved.
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
# TEST dead011
|
||
|
# TEST Test out the minlocks, maxlocks, and minwrites options
|
||
|
# TEST to the deadlock detector when priorities are used.
|
||
|
proc dead011 { { procs "4 6 10" } \
|
||
|
{tests "maxlocks maxwrites minlocks minwrites" } { tnum "011" } } {
|
||
|
source ./include.tcl
|
||
|
|
||
|
dead005 $procs $tests $tnum 1
|
||
|
}
|