showuon commented on code in PR #16693:
URL: https://github.com/apache/kafka/pull/16693#discussion_r1693918491


##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -2152,6 +2152,34 @@ class PlaintextAdminIntegrationTest extends 
BaseAdminIntegrationTest {
     }, "Expected to see the broker properties we just removed to be deleted", 
pause=25)
   }
 
+  // The remote storage config validation on controller level only works in 
KRaft
+  @ParameterizedTest
+  @ValueSource(strings = Array("kraft"))
+  def testDisablingRemoteStorageIncrementalAlterConfigs(quorum: String): Unit 
= {

Review Comment:
   Good suggestion. Updated. Thanks.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to