HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's message change. (Wei-Chiu Chuang via Yongjun Zhang)
This commit is contained in:
parent
06f4ac0ccd
commit
817cc1f02a
@ -2628,6 +2628,9 @@ Release 2.7.3 - UNRELEASED
|
|||||||
HDFS-8914. Document HA support in the HDFS HdfsDesign.md.
|
HDFS-8914. Document HA support in the HDFS HdfsDesign.md.
|
||||||
(Lars Francke via wheat9)
|
(Lars Francke via wheat9)
|
||||||
|
|
||||||
|
HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's message
|
||||||
|
change. (Wei-Chiu Chuang via Yongjun Zhang)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -528,7 +528,7 @@ public class TestStartup {
|
|||||||
fail("Should not have successfully started with corrupt image");
|
fail("Should not have successfully started with corrupt image");
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
GenericTestUtils.assertExceptionContains(
|
GenericTestUtils.assertExceptionContains(
|
||||||
"Failed to load an FSImage file!", ioe);
|
"Failed to load FSImage file", ioe);
|
||||||
int md5failures = appender.countExceptionsWithMessage(
|
int md5failures = appender.countExceptionsWithMessage(
|
||||||
" is corrupt with MD5 checksum of ");
|
" is corrupt with MD5 checksum of ");
|
||||||
// Two namedirs, so should have seen two failures
|
// Two namedirs, so should have seen two failures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user