diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 377efa5748c..4e210fd9edc 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -369,6 +369,8 @@ Release 2.0.0 - UNRELEASED
HDFS-3143. TestGetBlocks.testGetBlocks is failing. (Arpit Gupta via atm)
+ HDFS-3142. TestHDFSCLI.testAll is failing. (Brandon Li via atm)
+
BREAKDOWN OF HDFS-1623 SUBTASKS
HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd)
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 7f9432a5f85..4dc82b11de9 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
@@ -15420,7 +15420,7 @@
SubstringComparator
- setSpaceQuota: java.io.FileNotFoundException: Directory does not exist: /test1
+ setSpaceQuota: Directory does not exist: /test1
@@ -15486,7 +15486,7 @@
SubstringComparator
- clrQuota: java.io.FileNotFoundException: Directory does not exist: /test1
+ clrQuota: Directory does not exist: /test1
@@ -15506,7 +15506,7 @@
RegexpComparator
- put: org.apache.hadoop.hdfs.protocol.DSQuotaExceededException: The DiskSpace quota of /dir1 is exceeded: quota=1.0k diskspace consumed=[0-9.]+[kmg]*
+ put: The DiskSpace quota of /dir1 is exceeded: quota=1.0k diskspace consumed=[0-9.]+[kmg]*
@@ -15526,7 +15526,7 @@
SubstringComparator
- mkdir: org.apache.hadoop.hdfs.protocol.NSQuotaExceededException: The NameSpace quota (directories and files) of directory /dir1 is exceeded: quota=1 file count=2
+ mkdir: The NameSpace quota (directories and files) of directory /dir1 is exceeded: quota=1 file count=2
@@ -15792,7 +15792,7 @@
TokenComparator
- saveNamespace: java.io.IOException: Safe mode should be turned ON in order to create namespace image.
+ saveNamespace: Safe mode should be turned ON in order to create namespace image.
@@ -16168,7 +16168,7 @@
SubstringComparator
- setQuota: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot set quota on /test. Name node is in safe mode.
+ setQuota: Cannot set quota on /test. Name node is in safe mode.
@@ -16187,7 +16187,7 @@
SubstringComparator
- clrQuota: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot set quota on /test. Name node is in safe mode.
+ clrQuota: Cannot set quota on /test. Name node is in safe mode.
@@ -16207,7 +16207,7 @@
SubstringComparator
- setSpaceQuota: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot set quota on /test. Name node is in safe mode.
+ setSpaceQuota: Cannot set quota on /test. Name node is in safe mode.
@@ -16226,7 +16226,7 @@
SubstringComparator
- clrSpaceQuota: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot set quota on /test. Name node is in safe mode.
+ clrSpaceQuota: Cannot set quota on /test. Name node is in safe mode.