Skip to content
Snippets Groups Projects
Commit 5d9e2961 authored by Yury Umanets's avatar Yury Umanets
Browse files

b=17323

r=tappro

- small fix from Mike
parent 6122b6ad
No related branches found
No related tags found
No related merge requests found
...@@ -1343,7 +1343,7 @@ test_59b() { ...@@ -1343,7 +1343,7 @@ test_59b() {
unlinkmany $DIR/$tdir/$tfile-%d 2000 unlinkmany $DIR/$tdir/$tfile-%d 2000
sleep 60 sleep 60
do_facet mds "lctl set_param fail_loc=0x0" do_facet mds "lctl set_param fail_loc=0x0"
$LCTL dk | grep -q "RESENT cancel req" || return 1 do_facet mds $LCTL dk | grep -q "RESENT cancel req" || return 1
rmdir $DIR/$tdir rmdir $DIR/$tdir
} }
run_test 59b "resent handle in llog_origin_handle_cancel" run_test 59b "resent handle in llog_origin_handle_cancel"
......
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