HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao
This commit is contained in:
parent
8f7d4bb09f
commit
350b520c64
|
@ -20,7 +20,7 @@ Trunk (Unreleased)
|
||||||
|
|
||||||
HDFS-3689. Add support for variable length block. (jing9)
|
HDFS-3689. Add support for variable length block. (jing9)
|
||||||
|
|
||||||
HDFS-7584. Quota by Storage Type API, tools and ClientNameNode Protocol
|
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode Protocol
|
||||||
changes. (Xiaoyu Yao via Arpit Agarwal)
|
changes. (Xiaoyu Yao via Arpit Agarwal)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
@ -284,6 +284,9 @@ Trunk (Unreleased)
|
||||||
HDFS-7721. The HDFS BlockScanner may run fast during the first hour
|
HDFS-7721. The HDFS BlockScanner may run fast during the first hour
|
||||||
(cmccabe)
|
(cmccabe)
|
||||||
|
|
||||||
|
HDFS-7751. Fix TestHDFSCLI for quota with storage type. (Xiaoyu Yao
|
||||||
|
via szetszwo)
|
||||||
|
|
||||||
Release 2.7.0 - UNRELEASED
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -15550,10 +15550,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>
|
||||||
|
|
||||||
|
@ -15620,6 +15616,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