From 9d70935568ac260d71052354a19b7d2b65a33072 Mon Sep 17 00:00:00 2001 From: anserper Date: Thu, 11 Dec 2008 17:47:26 +0000 Subject: [PATCH] Branch b1_6 b=17938 i=Vitaly Fertman i=Johann Lombardi 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 e3cbf8f..7e6fc3e 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5517,6 +5517,11 @@ test_140() { #bug-17379 } run_test 140 "Check reasonable stack depth (shouldn't LBUG) ====" +test_153() { + multiop $DIR/$tfile Ow4096Ycu || error "multiop failed" +} +run_test 153 "test if fdatasync does not crash =======================" + # # tests that do cleanup/setup should be run at the end # -- 1.8.3.1