Repository: hadoop Updated Branches: refs/heads/HDFS-7285 c5d4652de -> b7d6ea8e9
HDFS-8571. Fix TestErasureCodingCli test. Contributed by Vinayakumar B. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b7d6ea8e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b7d6ea8e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b7d6ea8e Branch: refs/heads/HDFS-7285 Commit: b7d6ea8e91417a23e8c07c3db977277b485a2fdd Parents: c5d4652 Author: Walter Su <waltersu4...@apache.org> Authored: Thu Jun 11 10:26:07 2015 +0800 Committer: Walter Su <waltersu4...@apache.org> Committed: Thu Jun 11 10:26:07 2015 +0800 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt | 2 ++ .../hadoop-hdfs/src/test/resources/testErasureCodingConf.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b7d6ea8e/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt index 2118a0c..5e66df0 100755 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-HDFS-EC-7285.txt @@ -291,3 +291,5 @@ occasionally because of flawed test. (Walter Su via zhz) HDFS-8556. Erasure Coding: Fix usage of 'createZone' (vinayakumarb) + + HDFS-8571. Fix TestErasureCodingCli test (Vinayakumar B via waltersu4549) http://git-wip-us.apache.org/repos/asf/hadoop/blob/b7d6ea8e/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml index ee1a19a..70020d5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml @@ -61,7 +61,7 @@ </comparator> <comparator> <type>RegexpComparator</type> - <expected-output>^-createZone \[-s <schemaName>\] <path>(.)*</expected-output> + <expected-output>^-createZone \[-s <schemaName>\] \[-c <cellSize>\] <path>(.)*</expected-output> </comparator> </comparators> </test>