HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao
This commit is contained in:
parent
8fa0fc9574
commit
b49eeddbaf
|
@ -612,6 +612,9 @@ Release 2.7.0 - UNRELEASED
|
|||
HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage.
|
||||
(Rakesh R and shv)
|
||||
|
||||
HDFS-7751. Fix TestHDFSCLI for quota with storage type. (Xiaoyu Yao
|
||||
via szetszwo)
|
||||
|
||||
Release 2.6.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -15508,10 +15508,6 @@
|
|||
<type>RegexpComparator</type>
|
||||
<expected-output>^( |\t)*It does not fault if the directory has no quota.( )*</expected-output>
|
||||
</comparator>
|
||||
<comparator>
|
||||
<type>RegexpComparator</type>
|
||||
<expected-output>^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )*</expected-output>
|
||||
</comparator>
|
||||
</comparators>
|
||||
</test>
|
||||
|
||||
|
@ -15578,6 +15574,10 @@
|
|||
<type>RegexpComparator</type>
|
||||
<expected-output>^( |\t)*It does not fault if the directory has no quota.( )*</expected-output>
|
||||
</comparator>
|
||||
<comparator>
|
||||
<type>RegexpComparator</type>
|
||||
<expected-output>^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )*</expected-output>
|
||||
</comparator>
|
||||
</comparators>
|
||||
</test>
|
||||
|
||||
|
|
Loading…
Reference in New Issue