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)
|
||||
|
||||
HDFS-8556. Erasure Coding: Fix usage of 'createZone' (vinayakumarb)
|
||||
|
||||
HDFS-8571. Fix TestErasureCodingCli test (Vinayakumar B via waltersu4549)
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</comparator>
|
||||
<comparator>
|
||||
<type>RegexpComparator</type>
|
||||
<expected-output>^-createZone \[-s <schemaName>\] <path>(.)*</expected-output>
|
||||
<expected-output>^-createZone \[-s <schemaName>\] \[-c <cellSize>\] <path>(.)*</expected-output>
|
||||
</comparator>
|
||||
</comparators>
|
||||
</test>
|
||||
|
|
Loading…
Reference in New Issue