soarez commented on PR #16165: URL: https://github.com/apache/kafka/pull/16165#issuecomment-2149821804
I think this broke compilation in 3.7 ``` > Task :core:compileTestScala [Warn] core/src/test/scala/unit/kafka/server/AdvertiseBrokerTest.scala:22:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/server/BrokerEpochIntegrationTest.scala:27:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/server/DynamicConfigTest.scala:20:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/server/FetcherThreadTestUtils.scala:21:21: imported `InitialFetchState` is permanently hidden by definition of object InitialFetchState in package server [Warn] core/src/test/scala/unit/kafka/server/KafkaMetricReporterClusterIdTest.scala:23:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/server/LeaderElectionTest.scala:32:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/server/LogRecoveryTest.scala:25:21: imported `QuorumTestHarness` is permanently hidden by definition of object QuorumTestHarness in package server [Warn] core/src/test/scala/unit/kafka/log/OffsetIndexTest.scala:52:4: @nowarn annotation does not suppress any warnings 8 warnings found [Error] ~/.gradle/workers/warning:[options] bootstrap class path not set in conjunction with -source 8 core/src/test/java/kafka/server/LogManagerIntegrationTest.java:69: error: cannot find symbol [Error] core/src/test/java/kafka/server/LogManagerIntegrationTest.java:77: error: cannot find symbol ``` @brandboat could you file a PR to fix this against the `3.7` branch? -- 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