Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-29 Thread via GitHub
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

Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-21 Thread via GitHub
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

Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-21 Thread via GitHub
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

Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-21 Thread via GitHub
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

Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-21 Thread via GitHub
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

Re: [PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-21 Thread via GitHub
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

[PR] KAFKA-19316: added share_group_command_test.py system tests [kafka]

2025-05-20 Thread via GitHub
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