From 5b004ca33df19c342abb62a5e46520c9e4dcb332 Mon Sep 17 00:00:00 2001 From: johann Date: Wed, 19 Sep 2007 18:59:23 +0000 Subject: [PATCH] Branch b1_6 b=13358 i=nikita add regression test. --- lustre/tests/sanity.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 9a99e91..b4fe708 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4264,6 +4264,14 @@ enough to cancel $LRU_SIZE_B locks" } run_test 124 "lru resize =======================================" +test_125() { # 13358 + mkdir -p $DIR/d125 || error "mkdir failed" + $SETSTRIPE $DIR/d125 65536 -1 -1 || error "setstripe failed" + setfacl -R -m u:bin:rwx $DIR/d125 || error "setfacl $DIR/d125 failes" + ls -ld $DIR/d125 || error "cannot access $DIR/d125" +} +run_test 125 "don't return EPROTO when a dir has a non-default striping and ACLs" + TMPDIR=$OLDTMPDIR TMP=$OLDTMP HOME=$OLDHOME -- 1.8.3.1