jiafu1115 commented on code in PR #20938:
URL: https://github.com/apache/kafka/pull/20938#discussion_r2639338880


##########
server/src/test/java/org/apache/kafka/server/BootstrapControllersIntegrationTest.java:
##########
@@ -357,4 +357,9 @@ public void testDescribeConfigs(ClusterInstance 
clusterInstance) throws Exceptio
             assertEquals("2", configEntry.value());
         }
     }
+
+    @ClusterTest(controllers = 1, standalone = true)
+    public void 
testIncrementalAlterConfigsByControllersWithDynamicQuorum(ClusterInstance 
clusterInstance) throws Exception {
+        testIncrementalAlterConfigs(clusterInstance, true);

Review Comment:
   @chia7712  done. add one test: create one 3 controller cluster and one admin 
client. then change 3 controller.



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