AndrewJSchofield merged PR #19774:
URL: https://github.com/apache/kafka/pull/19774
--
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...@kafk
smjn commented on code in PR #19774:
URL: https://github.com/apache/kafka/pull/19774#discussion_r2099538853
##
tests/kafkatest/tests/core/share_group_command_test.py:
##
@@ -0,0 +1,128 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor licens
smjn commented on code in PR #19774:
URL: https://github.com/apache/kafka/pull/19774#discussion_r2099537447
##
tests/kafkatest/tests/core/share_group_command_test.py:
##
@@ -0,0 +1,128 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor licens
smjn commented on code in PR #19774:
URL: https://github.com/apache/kafka/pull/19774#discussion_r2099537447
##
tests/kafkatest/tests/core/share_group_command_test.py:
##
@@ -0,0 +1,128 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor licens
smjn commented on code in PR #19774:
URL: https://github.com/apache/kafka/pull/19774#discussion_r2099527401
##
tests/kafkatest/services/kafka/kafka.py:
##
@@ -1749,6 +1749,27 @@ def list_consumer_groups(self, node=None,
command_config=None, state=None, type=
if type is
smjn commented on code in PR #19774:
URL: https://github.com/apache/kafka/pull/19774#discussion_r2099527401
##
tests/kafkatest/services/kafka/kafka.py:
##
@@ -1749,6 +1749,27 @@ def list_consumer_groups(self, node=None,
command_config=None, state=None, type=
if type is
chirag-wadhwa5 opened a new pull request, #19774:
URL: https://github.com/apache/kafka/pull/19774
This PR include system tests in the file share_group_command_test.py. These
tests test the functionality of kafka-share-groups.sh tool
--
This is an automated message from the Apache Git Serv