HDFS-12917. Fix description errors in testErasureCodingConf.xml. Contributed by chencan.

This commit is contained in:
Chen Liang 2017-12-15 13:45:37 -08:00
parent 949be14b08
commit aa503a29d0
1 changed files with 2 additions and 2 deletions

View File

@ -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>