From 47b56d31b69ba8d6fca6a633ecdbbf11d62d1b6c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 18 Jun 2005 13:39:35 +0000 Subject: [PATCH] b=6871 - drop fail_loc to 0 in test 20 --- lustre/tests/replay-dual.sh | 1 + 1 file changed, 1 insertion(+) 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)" -- 1.8.3.1