From 71d85fa5153a7799562e2cadf8d08b1a9d3888ec Mon Sep 17 00:00:00 2001 From: anserper Date: Thu, 11 Dec 2008 17:53:57 +0000 Subject: [PATCH] Branch HEAD b=17938 i=Johann Lombardi i=Vitaly Fertman fdatasync crash test --- lustre/tests/sanity.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.8.3.1