mjsax commented on code in PR #21737:
URL: https://github.com/apache/kafka/pull/21737#discussion_r2928159285


##########
tools/src/test/java/org/apache/kafka/tools/ConfigCommandIntegrationTest.java:
##########
@@ -295,6 +296,75 @@ public void testDescribeStreamsGroupConfigs() {
         assertTrue(message.contains("streams.heartbeat.interval.ms=5000 
sensitive=false synonyms={DEFAULT_CONFIG:streams.heartbeat.interval.ms=5000}"));
         assertTrue(message.contains("streams.num.standby.replicas=0 
sensitive=false synonyms={DEFAULT_CONFIG:streams.num.standby.replicas=0}"));
         assertTrue(message.contains("streams.session.timeout.ms=45000 
sensitive=false synonyms={DEFAULT_CONFIG:streams.session.timeout.ms=45000}"));
+        assertTrue(message.contains("streams.task.offset.interval.ms=60000 
sensitive=false 
synonyms={DEFAULT_CONFIG:streams.task.offset.interval.ms=60000}"));
+    }
+
+    @ClusterTest
+    public void testAlterStreamsGroupSessionTimeout() {

Review Comment:
   Not sure if this is the right place, but it was the only thing I found with 
proper integration test setup.
   
   Also added a bunch of missing tests for existing configs.



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