This is an automated email from the ASF dual-hosted git repository.
showuon pushed a commit to branch 3.4
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.4 by this push:
new 7220e3ecc55 MINOR: enable
DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable (#13296)
7220e3ecc55 is described below
commit 7220e3ecc558446eadc4973fa11147a94a0668a4
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Fri Feb 24 21:55:57 2023 +0800
MINOR: enable
DynamicBrokerReconfigurationTest.testUncleanLeaderElectionEnable (#13296)
Reviewers: Luke Chen <[email protected]>
---
.../integration/kafka/server/DynamicBrokerReconfigurationTest.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
b/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
index 5a44d37d334..92a6e457544 100644
---
a/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
+++
b/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala
@@ -728,7 +728,6 @@ class DynamicBrokerReconfigurationTest extends
QuorumTestHarness with SaslSetup
}
@Test
- @Disabled // TODO: To be re-enabled once we can make it less flaky:
KAFKA-8280
def testUncleanLeaderElectionEnable(): Unit = {
val controller = servers.find(_.config.brokerId ==
TestUtils.waitUntilControllerElected(zkClient)).get
val controllerId = controller.config.brokerId