Luke Chen created KAFKA-13905: --------------------------------- Summary: Fix failing ServerShutdownTest.testCleanShutdownAfterFailedStartupDueToCorruptLogs Key: KAFKA-13905 URL: https://issues.apache.org/jira/browse/KAFKA-13905 Project: Kafka Issue Type: Test Reporter: Luke Chen Assignee: dengziming
h3. Error Message org.opentest4j.AssertionFailedError: Unexpected exception java.lang.RuntimeException: Received a fatal error while waiting for the broker to catch up with the current cluster metadata. ==> expected: <true> but was: <false> h3. Stacktrace org.opentest4j.AssertionFailedError: Unexpected exception java.lang.RuntimeException: Received a fatal error while waiting for the broker to catch up with the current cluster metadata. ==> expected: <true> but was: <false> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:210) at kafka.server.ServerShutdownTest.verifyCleanShutdownAfterFailedStartup(ServerShutdownTest.scala:198) at kafka.server.ServerShutdownTest.testCleanShutdownAfterFailedStartupDueToCorruptLogs(ServerShutdownTest.scala:168) -- This message was sent by Atlassian Jira (v8.20.7#820007)