diff options
author | jbj <devnull@localhost> | 2002-09-19 21:06:40 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-09-19 21:06:40 +0000 |
commit | 2376437b8faec79eb8ccaa874f271d4ee69d276f (patch) | |
tree | fc29754122bfce5816757e4c77f781c52a4d75c4 /db/test/recd016.tcl | |
parent | 4a15060bcbf38c550f7dcc86ceff277854f9eecf (diff) | |
download | librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.tar.gz librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.tar.bz2 librpm-tizen-2376437b8faec79eb8ccaa874f271d4ee69d276f.zip |
Conflict resolved.
CVS patchset: 5722
CVS date: 2002/09/19 21:06:40
Diffstat (limited to 'db/test/recd016.tcl')
-rw-r--r-- | db/test/recd016.tcl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/test/recd016.tcl b/db/test/recd016.tcl index 1b50f2169..e76cba059 100644 --- a/db/test/recd016.tcl +++ b/db/test/recd016.tcl @@ -3,7 +3,7 @@ # Copyright (c) 1999-2002 # Sleepycat Software. All rights reserved. # -# Id: recd016.tcl,v 11.6 2002/05/24 16:14:15 sue Exp +# Id: recd016.tcl,v 11.8 2002/09/05 17:23:07 sandstro Exp # # TEST recd016 # TEST This is a recovery test for testing running recovery while @@ -16,6 +16,8 @@ proc recd016 { method args } { set omethod [convert_method $method] puts "Recd016: $method ($args) simultaneous recovery test" + puts "Recd016: Skipping; waiting on SR #6277" + return # Create the database and environment. set testfile recd016.db @@ -115,7 +117,7 @@ proc recd016 { method args } { set p [exec $util_path/db_recover -h $testdir -c &] lappend pidlist $p } - watch_procs 5 + watch_procs $pidlist 5 # # Now that they are all done run recovery correctly puts "\tRecd016.d: Run recovery process" |