HDFS-12938. TestErasureCodigCLI testAll failing consistently. (Contributed by Ajay Kumar)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b318bed0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b318bed0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b318bed0 Branch: refs/heads/YARN-1011 Commit: b318bed01affa150d70661f263efff9a5c9422f6 Parents: c8ff0cc Author: Lei Xu <l...@apache.org> Authored: Thu Dec 21 10:28:24 2017 -0800 Committer: Lei Xu <l...@apache.org> Committed: Thu Dec 21 10:28:24 2017 -0800 ---------------------------------------------------------------------- .../hadoop-hdfs/src/test/resources/testErasureCodingConf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b318bed0/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 bd451eb..fc0c060 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml @@ -311,7 +311,7 @@ <comparators> <comparator> <type>SubstringComparator</type> - <expected-output>Warning: setting erasure coding policy on an non-empty directory will not automatically convert existing data to RS-6-3-1024</expected-output> + <expected-output>Warning: setting erasure coding policy on a non-empty directory will not automatically convert existing files to RS-6-3-1024</expected-output> </comparator> </comparators> </test> @@ -353,7 +353,7 @@ <comparators> <comparator> <type>SubstringComparator</type> - <expected-output>Warning: unsetting erasure coding policy on an non-empty directory will not automatically convert existing data to replicated data</expected-output> + <expected-output>Warning: unsetting erasure coding policy on a non-empty directory will not automatically convert existing files to replicated data</expected-output> </comparator> </comparators> </test> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org