HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao

This commit is contained in:
Tsz-Wo Nicholas Sze 2015-02-07 15:40:47 -08:00 committed by Arpit Agarwal
parent 8fa0fc9574
commit b49eeddbaf
2 changed files with 7 additions and 4 deletions

View File

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

View File

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