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

wait a little after turning off fail_loc to make sure files show up

parent e8a81baa
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,11 @@ test_11() {
#sleep for while, let both clients reconnect and timeout
sleep $((TIMEOUT * 2))
sysctl -w lustre.fail_loc=0
while [ -z "$(ls $MOUNT1/$tfile-[1-5] 2>/dev/null)" ]; do
sleep 5
echo -n "."
done
ls $MOUNT1/$tfile-[1-5]
rm $MOUNT1/$tfile-[1-5] || return 1
return 0
......
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