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