karuturi commented on code in PR #20121: URL: https://github.com/apache/kafka/pull/20121#discussion_r2201246590
########## core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala: ########## @@ -64,6 +64,12 @@ class LogRecoveryTest extends QuorumTestHarness { def hwFile2 = new OffsetCheckpointFile(new File(configProps2.logDirs.get(0), ReplicaManager.HighWatermarkFilename), null) var servers = Seq.empty[KafkaBroker] + override def kraftControllerConfigs(testInfo: TestInfo): Seq[Properties] = { + val properties = new Properties() + properties.put(ReplicationConfigs.UNCLEAN_LEADER_ELECTION_ENABLE_CONFIG, "true") Review Comment: I added a commit message explaining this change. I will also add a comment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org