X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=78023ef006d96e1565257461111c499fd98a331d;hp=217cf579e07c4c1f9a80d106f04ea6afe33ffe4c;hb=refs%2Fchanges%2F19%2F39219%2F2;hpb=b76df292c241a6db8dfad76d0f5f4cb8babe22bf diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 217cf57..78023ef 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3834,7 +3834,7 @@ test_33h() { done local failed=0 - for i in {1..50}; do + for i in {1..250}; do for fname in $(mktemp -u $DIR/$tdir/.$tfile.XXXXXX) \ $(mktemp $DIR/$tdir/$tfile.XXXXXXXX); do touch $fname || error "touch $fname failed" @@ -3846,7 +3846,7 @@ test_33h() { done done echo "$failed MDT index mismatches" - (( failed < 4 )) || error "MDT index mismatch $failed times" + (( failed < 20 )) || error "MDT index mismatch $failed times" } run_test 33h "temp file is located on the same MDT as target"