X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=1e70847fc31eb7092be325888ab6482684fab1a7;hb=4c1c3b4d33c85216b8d50264b8ba8101173e2698;hp=f378836faac49ec5cd8830e8649e1fe81b4546b6;hpb=fc04968d4c0c368bad0bc3b24a6407df9f53a673;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index f378836..1e70847 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6375,6 +6375,15 @@ test_162() { } run_test 162 "path lookup sanity" +test_163() { + copytool & + sleep 1 + # this proc file is temporary and linux-only + $LCTL set_param mdc.lustre-MDT0000-mdc-*.netlink=0 || error "lnl send failed" + kill $! +} +run_test 163 "LustreNetLink kernelcomms" + test_169() { # do directio so as not to populate the page cache log "creating a 10 Mb file" @@ -6390,7 +6399,7 @@ test_169() { log "removing the temporary file" rm -rf $DIR/$tfile || error "tmp file removal failed" } -run_test 169 "parallel read and truncate should not deadlock ===" +run_test 169 "parallel read and truncate should not deadlock" test_170() { $LCTL clear # bug 18514 @@ -6589,6 +6598,7 @@ test_213() { } run_test 213 "OSC lock completion and cancel race don't crash - bug 18829" + # # tests that do cleanup/setup should be run at the end #