Repository: hadoop Updated Branches: refs/heads/trunk 949be14b0 -> aa503a29d
HDFS-12917. Fix description errors in testErasureCodingConf.xml. Contributed by chencan. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aa503a29 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/aa503a29 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/aa503a29 Branch: refs/heads/trunk Commit: aa503a29d0bba4725a10623a96f9220c9389117c Parents: 949be14 Author: Chen Liang <[email protected]> Authored: Fri Dec 15 13:45:37 2017 -0800 Committer: Chen Liang <[email protected]> Committed: Fri Dec 15 13:45:37 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/aa503a29/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 e667213..bd451eb 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml @@ -376,7 +376,7 @@ </test> <test> - <description>getPolicy : get EC policy information at specified path, which doesn't have an EC policy</description> + <description>getPolicy : get EC policy information at specified path, which has an EC policy</description> <test-commands> <command>-fs NAMENODE -mkdir /ecdir</command> <ec-admin-command>-fs NAMENODE -setPolicy -policy RS-6-3-1024k -path /ecdir</ec-admin-command> @@ -394,7 +394,7 @@ </test> <test> - <description>getPolicy : get EC policy information at specified path, which doesn't have an EC policy</description> + <description>getPolicy : get EC policy information at specified path, which has an EC policy</description> <test-commands> <command>-fs NAMENODE -mkdir /ecdir</command> <ec-admin-command>-fs NAMENODE -setPolicy -policy RS-6-3-1024k -path /ecdir</ec-admin-command> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
