From: anserper Date: Thu, 11 Dec 2008 17:53:57 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_130~39 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=71d85fa5153a7799562e2cadf8d08b1a9d3888ec;ds=sidebyside Branch HEAD b=17938 i=Johann Lombardi i=Vitaly Fertman fdatasync crash test --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 9eb4e92..77157c2 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5846,6 +5846,11 @@ test_152() { } run_test 152 "test read/write with enomem ============================" +test_153() { + multiop $DIR/$tfile Ow4096Ycu || error "multiop failed" +} +run_test 153 "test if fdatasync does not crash =======================" + #Changelogs test_160() { remote_mds && skip "remote MDS" && return