X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=f855615596d3a42b27bd44d56a53467c98647c2c;hp=fce524d18b4161cfd2012decbc7179b31fbec69c;hb=43f42749fdf6b0a73f5f2120a2baaacaf9892330;hpb=be2105ac7611392348c96bc193624bbbad26c458 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index fce524d..f855615 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4153,6 +4153,14 @@ test_121() { #bug #10589 run_test 121 "read cancel race =========" +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 failed" + 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