HDFS-8571. Fix TestErasureCodingCli test. Contributed by Vinayakumar B.

This commit is contained in:
Walter Su 2015-06-11 10:26:07 +08:00
parent c5d4652ded
commit b7d6ea8e91
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -61,7 +61,7 @@
</comparator>
<comparator>
<type>RegexpComparator</type>
<expected-output>^-createZone \[-s &lt;schemaName&gt;\] &lt;path&gt;(.)*</expected-output>
<expected-output>^-createZone \[-s &lt;schemaName&gt;\] \[-c &lt;cellSize&gt;\] &lt;path&gt;(.)*</expected-output>
</comparator>
</comparators>
</test>