Skip to content
Snippets Groups Projects
Commit 47b56d31 authored by alex's avatar alex
Browse files

b=6871

 - drop fail_loc to 0 in test 20
parent 5ce04554
No related branches found
No related tags found
No related merge requests found
...@@ -468,6 +468,7 @@ test_20() { # bug 3822 - evicting client with enqueued lock ...@@ -468,6 +468,7 @@ test_20() { # bug 3822 - evicting client with enqueued lock
wait $OPENPID wait $OPENPID
dmesg | grep "entering recovery in server" && \ dmesg | grep "entering recovery in server" && \
error "client not evicted" || true 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)" run_test 20 "ldlm_handle_enqueue succeeds on evicted export (3822)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment