Skip to content
Snippets Groups Projects
Commit 35664baf authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=11658

fix broken test
parent 25058cb8
No related branches found
No related tags found
No related merge requests found
...@@ -1130,10 +1130,10 @@ test_59() { ...@@ -1130,10 +1130,10 @@ test_59() {
sync sync
unlinkmany $DIR/$tdir/$tfile-%d 200 unlinkmany $DIR/$tdir/$tfile-%d 200
#define OBD_FAIL_PTLRPC_DELAY_RECOV 0x507 #define OBD_FAIL_PTLRPC_DELAY_RECOV 0x507
do_facet ost "sysctl -w lustre.fail_loc=0x507" do_facet ost1 "sysctl -w lustre.fail_loc=0x507"
fail ost fail ost1
fail mds fail mds
do_facet ost "sysctl -w lustre.fail_loc=0x0" do_facet ost1 "sysctl -w lustre.fail_loc=0x0"
sleep 20 sleep 20
rmdir $DIR/$tdir rmdir $DIR/$tdir
} }
......
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