From: Johann Lombardi Date: Wed, 16 Dec 2009 13:29:56 +0000 (+0100) Subject: b=19887 force reconnect in test 26a X-Git-Tag: v1_8_1_58~21 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=af24dd151ba2c356e65774586ade9250a3662401;p=fs%2Flustre-release.git b=19887 force reconnect in test 26a i=grev --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 4a97037..6bdfe02 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -706,6 +706,7 @@ test_26a() { # was test_26 bug 5921 - evict dead exports by pinger wait_client_evicted ost1 $OST_NEXP $((TIMEOUT * 2 + TIMEOUT * 3 / 4)) rc=$? do_facet client lctl set_param fail_loc=0x0 + client_reconnect [ $rc -eq 0 ] || error "client not evicted from OST" } run_test 26a "evict dead exports"