Whamcloud - gitweb
Branch HEAD
authoranserper <anserper>
Thu, 11 Dec 2008 17:53:57 +0000 (17:53 +0000)
committeranserper <anserper>
Thu, 11 Dec 2008 17:53:57 +0000 (17:53 +0000)
b=17938
i=Johann Lombardi
i=Vitaly Fertman

fdatasync crash test

lustre/tests/sanity.sh

index 9eb4e92..77157c2 100644 (file)
@@ -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