Skip to content
Snippets Groups Projects
Commit fdd76f93 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=15745

i=Adilger
avoid rm -fr failure caused by nfs slowness
parent 4f958e8d
No related branches found
No related tags found
No related merge requests found
...@@ -1198,7 +1198,7 @@ test_32a() { ...@@ -1198,7 +1198,7 @@ test_32a() {
start mds $tmpdir/mds "-o loop,exclude=lustre-OST0000" || return 12 start mds $tmpdir/mds "-o loop,exclude=lustre-OST0000" || return 12
cleanup_nocli cleanup_nocli
[ -d $tmpdir ] && rm -rf $tmpdir rm -rf $tmpdir || true # true is only for TMP on NFS
} }
run_test 32a "Upgrade from 1.4 (not live)" run_test 32a "Upgrade from 1.4 (not live)"
...@@ -1256,7 +1256,7 @@ test_32b() { ...@@ -1256,7 +1256,7 @@ test_32b() {
echo "ok." echo "ok."
cleanup cleanup
[ -d $tmpdir ] && rm -rf $tmpdir rm -rf $tmpdir || true # true is only for TMP on NFS
} }
run_test 32b "Upgrade from 1.4 with writeconf" run_test 32b "Upgrade from 1.4 with writeconf"
......
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