From: alex Date: Sat, 18 Jun 2005 13:39:35 +0000 (+0000) Subject: b=6871 X-Git-Tag: 1.4.10~995 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=47b56d31b69ba8d6fca6a633ecdbbf11d62d1b6c;p=fs%2Flustre-release.git b=6871 - drop fail_loc to 0 in test 20 --- diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index c3c7fd3..3bf94d5 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -468,6 +468,7 @@ test_20() { # bug 3822 - evicting client with enqueued lock wait $OPENPID dmesg | grep "entering recovery in server" && \ error "client not evicted" || true + do_facet client sysctl -w lustre.fail_loc=0 } run_test 20 "ldlm_handle_enqueue succeeds on evicted export (3822)"