Author: cnauroth Date: Fri Mar 7 05:44:57 2014 New Revision: 1575171 URL: http://svn.apache.org/r1575171 Log: HDFS-6063. TestAclCLI fails intermittently when running test 24: copyFromLocal. Contributed by Chris Nauroth.
Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1575171&r1=1575170&r2=1575171&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Fri Mar 7 05:44:57 2014 @@ -863,6 +863,9 @@ Release 2.4.0 - UNRELEASED HDFS-6039. Uploading a File under a Dir with default acls throws "Duplicated ACLFeature". (cnauroth) + HDFS-6063. TestAclCLI fails intermittently when running test 24: + copyFromLocal. (cnauroth) + Release 2.3.1 - UNRELEASED INCOMPATIBLE CHANGES Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml?rev=1575171&r1=1575170&r2=1575171&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml Fri Mar 7 05:44:57 2014 @@ -973,8 +973,8 @@ <test-commands> <command>-fs NAMENODE -mkdir /dir1</command> <command>-fs NAMENODE -setfacl -m default:user:charlie:rwx /dir1</command> - <command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data15bytes /dir1/data15bytes</command> - <command>-fs NAMENODE -getfacl /dir1/data15bytes</command> + <command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data1k /dir1/data1k</command> + <command>-fs NAMENODE -getfacl /dir1/data1k</command> </test-commands> <cleanup-commands> <command>-fs NAMENODE -rm -R /dir1</command> @@ -982,7 +982,7 @@ <comparators> <comparator> <type>RegexpComparator</type> - <expected-output>^# file: /dir1/data15bytes$</expected-output> + <expected-output>^# file: /dir1/data1k$</expected-output> </comparator> <comparator> <type>RegexpComparator</type>