clolov commented on code in PR #14161:
URL: https://github.com/apache/kafka/pull/14161#discussion_r1298593281


##########
core/src/test/scala/unit/kafka/server/KafkaServerTest.scala:
##########
@@ -154,6 +155,96 @@ class KafkaServerTest extends QuorumTestHarness {
     server.shutdown()
   }
 
+  @Test
+  def testClusterWideDisablementOfTieredStorageWithEnabledTieredTopic(): Unit 
= {
+    val tsEnabledProps = TestUtils.createBrokerConfigs(1, zkConnect).head

Review Comment:
   This will take a bit of time because I am still searching whether we have 
tests which allow easy reconfiguration of broker properties + bounce in the 
rest of the codebase. I have pushed my latest commits for a review in the 
meantime.



-- 
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

Reply via email to