From 0d2670b92cfa246b5a52b398c23022a9f5bb6219 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 17 Jan 2002 07:52:31 +0000 Subject: [PATCH] testsuite-frontend-restart-bosserver-20020117 so bosserver rereads configs --- src/tests/run-suite.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/run-suite.pl b/src/tests/run-suite.pl index 5f8a7b4944..062fb5d74f 100755 --- a/src/tests/run-suite.pl +++ b/src/tests/run-suite.pl @@ -127,9 +127,10 @@ run( "$openafsdirpath->{'afssrvbindir'}/bos create $server fs fs ". "-cmd $openafsdirpath->{'afssrvlibexecdir'}/salvager -localauth"); unwind( "$openafsdirpath->{'afssrvbindir'}/bos delete $server fs -localauth "); unwind( "$openafsdirpath->{'afssrvbindir'}/bos stop $server fs -localauth -wait"); +run("$openafsdirpath->{'afssrvbindir'}/bos restart $server -all -bosserver -localauth"); print "Waiting for database elections: "; -sleep(60); +sleep(90); print "done.\n"; # Past this point we want to control when bos shutdown happens $shutdown_needed = 0;