From 4a2492c8e8c4a8c8e91e69d220586f619c49ffb6 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 21 Jun 2004 14:54:16 +0000 Subject: [PATCH] - this test shows lmv obj refcounting problem --- lustre/tests/sanity-lmv.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lustre/tests/sanity-lmv.sh b/lustre/tests/sanity-lmv.sh index 77eaa92..ccf4fb4 100644 --- a/lustre/tests/sanity-lmv.sh +++ b/lustre/tests/sanity-lmv.sh @@ -277,6 +277,17 @@ test_2a() { } run_test 2a " list splitted dir =============================" +test_2b() { + mkdir $DIR/2b1 || error + createmany -o $DIR/2b1/f 5000 + $CLEAN + $START + statmany -l $DIR/2b1/f 5000 5000 || error + statmany -s $DIR/2b1/f 5000 5000 || error + rm -rf $DIR/2b1 || error +} +run_test 2b " list splitted dir after remount =============================" + TMPDIR=$OLDTMPDIR TMP=$OLDTMP HOME=$OLDHOME -- 1.8.3.1