X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=b6fec4fb3e930f4c87b49a1de16dbf6b657fc70b;hp=bdc08f27818316f874cf5863af32f5f3a1abb653;hb=a8f4d1e5fd79e77f1347e983ec52f2ddc3e75ab9;hpb=404f289a80ceff8978bccf43ce2fac023f33c9f5 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index bdc08f2..b6fec4f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6434,7 +6434,7 @@ test_60g() { } run_test 60g "transaction abort won't cause MDT hung" -test_61() { +test_61a() { [ $PARALLEL == "yes" ] && skip "skip parallel run" f="$DIR/f61" @@ -6443,7 +6443,12 @@ test_61() { $MULTIOP $f OSMWUc || error "$MULTIOP $f failed" sync } -run_test 61 "mmap() writes don't make sync hang ================" +run_test 61a "mmap() writes don't make sync hang ================" + +test_61b() { + mmap_mknod_test $tfile || error "mmap_mknod_test failed" +} +run_test 61b "mmap() of unstriped file is successful" # bug 2330 - insufficient obd_match error checking causes LBUG test_62() {