From 0abf8e58b767340bdfa5498d821e5717c1aef5c9 Mon Sep 17 00:00:00 2001 From: Chris Nauroth Date: Sat, 1 Feb 2014 05:58:31 +0000 Subject: [PATCH] HDFS-5861. Add CLI test for Ls output for extended ACL marker. Contributed by Vinay. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563375 13f79535-47bb-0310-9956-ffa450edef68 --- .../hadoop-hdfs/CHANGES-HDFS-4685.txt | 3 +++ .../src/test/resources/testAclCLI.xml | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-4685.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-4685.txt index ed4fbd04a1..aabe671c17 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-4685.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-4685.txt @@ -59,6 +59,9 @@ HDFS-4685 (Unreleased) HDFS-5860. Refactor INodeDirectory getDirectoryXFeature methods to use common getFeature helper method. (Jing Zhao via cnauroth) + HDFS-5861. Add CLI test for Ls output for extended ACL marker. + (Vinay via cnauroth) + OPTIMIZATIONS BUG FIXES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml index 9f2ea6548d..74bf21a4e9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml @@ -886,5 +886,26 @@ + + ls: display extended acl marker + + -fs NAMENODE -mkdir -p /dir1/dir2 + -fs NAMENODE -setfacl -m user:charlie:rwx,group::-wx,group:sales:rwx,mask::r-x,default:user:charlie:rwx,default:group::r-x,default:group:sales:rwx,default:mask::rw- /dir1/dir2 + -fs NAMENODE -ls /dir1 + + + -fs NAMENODE -rm -R /dir1 + + + + TokenComparator + Found 1 items + + + RegexpComparator + ^drwxr-xr-x\+( )*-( )*[a-zA-z0-9]*( )*supergroup( )*0( )*[0-9]{4,}-[0-9]{2,}-[0-9]{2,} [0-9]{2,}:[0-9]{2,}( )*/dir1/dir2 + + +