HDFS-8571. Fix TestErasureCodingCli test. Contributed by Vinayakumar B.
This commit is contained in:
parent
c5d4652ded
commit
b7d6ea8e91
@ -291,3 +291,5 @@
|
|||||||
occasionally because of flawed test. (Walter Su via zhz)
|
occasionally because of flawed test. (Walter Su via zhz)
|
||||||
|
|
||||||
HDFS-8556. Erasure Coding: Fix usage of 'createZone' (vinayakumarb)
|
HDFS-8556. Erasure Coding: Fix usage of 'createZone' (vinayakumarb)
|
||||||
|
|
||||||
|
HDFS-8571. Fix TestErasureCodingCli test (Vinayakumar B via waltersu4549)
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
</comparator>
|
</comparator>
|
||||||
<comparator>
|
<comparator>
|
||||||
<type>RegexpComparator</type>
|
<type>RegexpComparator</type>
|
||||||
<expected-output>^-createZone \[-s <schemaName>\] <path>(.)*</expected-output>
|
<expected-output>^-createZone \[-s <schemaName>\] \[-c <cellSize>\] <path>(.)*</expected-output>
|
||||||
</comparator>
|
</comparator>
|
||||||
</comparators>
|
</comparators>
|
||||||
</test>
|
</test>
|
||||||
|
Loading…
Reference in New Issue
Block a user