From dd100b65b16da0632e79675fcb10287ebf92e874 Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 5 Dec 2002 15:59:28 +0000 Subject: [PATCH] - validation test for #225 --- lustre/tests/sanityN.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index b18632e..b1536cc 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -47,6 +47,14 @@ echo -n "test 5: fstat validation on multiple mount points..." ./multifstat /mnt/lustre1/fstatfile /mnt/lustre2/fstatfile || error "test 5 fails" echo "pass" +echo -n "test 9: remove of open file on other node..." +touch /mnt/lustre1/f9 +tail -f /mnt/lustre/f9 & +rm /mnt/lustre2/f9 +kill %1 +cat /mnt/lustre1/f9 && error "test 9 fails" +echo "pass" + $CLEAN $START -- 1.8.3.1