From b49eeddbafe624e860e623e1839fa1f9adcf4233 Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Sat, 7 Feb 2015 15:40:47 -0800 Subject: [PATCH] HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/test/resources/testHDFSConf.xml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 806662ae424..b6d4752aa6e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -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 diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml index 8695494b9bf..4e1d7977445 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml @@ -15508,10 +15508,6 @@ RegexpComparator ^( |\t)*It does not fault if the directory has no quota.( )* - - RegexpComparator - ^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )* - @@ -15578,6 +15574,10 @@ RegexpComparator ^( |\t)*It does not fault if the directory has no quota.( )* + + RegexpComparator + ^( |\t)*The storage type specific quota is cleared when -storageType option is specified.( )* +