[ https://issues.apache.org/jira/browse/KAFKA-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Divij Vaidya resolved KAFKA-14117. ---------------------------------- Resolution: Duplicate Resolving this one as duplicate of https://issues.apache.org/jira/browse/KAFKA-14122 We have a PR opened to fix this in the other ticket. > Flaky Test DynamicBrokerReconfigurationTest.testKeyStoreAlter > ------------------------------------------------------------- > > Key: KAFKA-14117 > URL: https://issues.apache.org/jira/browse/KAFKA-14117 > Project: Kafka > Issue Type: Test > Components: unit tests > Reporter: Hao Li > Priority: Major > Labels: flaky-test > > This is a flaky test. Log: > > {code:java} > [2022-07-27T11:44:23.102Z] DynamicBrokerReconfigurationTest > > testKeyStoreAlter() FAILED [2022-07-27T11:44:23.102Z] > org.opentest4j.AssertionFailedError: Duplicates not expected ==> expected: > <false> but was: <true> [2022-07-27T11:44:23.102Z] at > org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) > [2022-07-27T11:44:23.102Z] at > org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40) > [2022-07-27T11:44:23.103Z] at > org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:235) > [2022-07-27T11:44:23.103Z] at > kafka.server.DynamicBrokerReconfigurationTest.stopAndVerifyProduceConsume(DynamicBrokerReconfigurationTest.scala:1579) > [2022-07-27T11:44:23.103Z] at > kafka.server.DynamicBrokerReconfigurationTest.testKeyStoreAlter(DynamicBrokerReconfigurationTest.scala:399){code} > -- This message was sent by Atlassian Jira (v8.20.10#820010)