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

b=17323

- fixed using "mds" in test 59b
parent 2d594879
No related branches found
No related tags found
No related merge requests found
...@@ -1423,11 +1423,11 @@ test_59b() { ...@@ -1423,11 +1423,11 @@ test_59b() {
createmany -o $DIR/$tdir/$tfile-%d 2000 createmany -o $DIR/$tdir/$tfile-%d 2000
sync sync
#define OBD_FAIL_OBD_LOG_CANCEL_REP 0x606 #define OBD_FAIL_OBD_LOG_CANCEL_REP 0x606
do_facet mds "lctl set_param fail_loc=0x606" do_facet $SINGLEMDS "lctl set_param fail_loc=0x606"
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 $SINGLEMDS "lctl set_param fail_loc=0x0"
do_facet mds $LCTL dk | grep -q "RESENT cancel req" || return 1 do_facet $SINGLEMDS $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