We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28272fc commit 2d6a80eCopy full SHA for 2d6a80e
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestCheckpoint.java
@@ -654,7 +654,7 @@ public void testNameNodeImageSendFailWrongSize()
654
655
Mockito.doReturn(true).when(faultInjector)
656
.shouldSendShortFile(filePathContaining("fsimage"));
657
- String expectedText = Shell.isJavaVersionAtLeast(24) ? "premature EOF" :
+ String expectedText = Shell.isJavaVersionAtLeast(24) ? "Premature EOF" :
658
"is not of the advertised size";
659
doSendFailTest(expectedText);
660
}
0 commit comments