HDFS-12917. Fix description errors in testErasureCodingConf.xml. Contributed by chencan.
This commit is contained in:
parent
949be14b08
commit
aa503a29d0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue