This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new f60fa587be9 Update test catalog data for GHA workflow run 11636714872
f60fa587be9 is described below

commit f60fa587be939d8621270436f323ca88cdc47915
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 2 00:26:20 2024 +0000

    Update test catalog data for GHA workflow run 11636714872
    
    Commit: 
https://github.com/apache/kafka/commit/3d9f88daf3de7afec2c825f6def0ac12c8a546c7
    GitHub Run: https://github.com/apache/kafka/actions/runs/11636714872
---
 test-catalog/clients/tests.yaml |  8 ++++++++
 test-catalog/tools/tests.yaml   | 23 +++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index d5e6eacf8a9..a652a865281 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -176,6 +176,8 @@ org.apache.kafka.clients.admin.EndpointTypeTest:
 - testRoundTripBroker
 - testRoundTripController
 - testUnknown
+org.apache.kafka.clients.admin.GroupListingTest:
+- testSimpleConsumerGroup
 org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testAbortTransaction
 - testAbortTransactionFindLeaderAfterDisconnect
@@ -317,6 +319,12 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testListConsumerGroupsWithStatesOlderBrokerVersion
 - testListConsumerGroupsWithTypes
 - testListConsumerGroupsWithTypesOlderBrokerVersion
+- testListGroups
+- testListGroupsEmptyGroupType
+- testListGroupsEmptyProtocol
+- testListGroupsMetadataFailure
+- testListGroupsWithTypes
+- testListGroupsWithTypesOlderBrokerVersion
 - testListOffsets
 - testListOffsetsEarliestLocalSpecMinVersion
 - testListOffsetsHandlesFulfillmentTimeouts
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 9b628110841..eb31c5ebbf2 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -151,6 +151,29 @@ org.apache.kafka.tools.GetOffsetShellTest:
 - testTopicPartitionsNotFoundForNonMatchingTopicPartitionPattern
 - testTopicPatternArg
 - testTopicPatternArgWithPartitionsArg
+org.apache.kafka.tools.GroupsCommandTest:
+- testListGroups
+- testListGroupsConsumerFilter
+- testListGroupsEmpty
+- testListGroupsFailsWithException
+- testListGroupsProtocolAndTypeFilter
+- testListGroupsProtocolAndTypeFilterNoMatch
+- testListGroupsProtocolFilter
+- testListGroupsShareFilter
+- testListGroupsTypeFilter
+- testOptionsListConsumerAndProtocolFilterFails
+- testOptionsListConsumerAndShareFilterFails
+- testOptionsListConsumerAndTypeFilterFails
+- testOptionsListConsumerFilterSucceeds
+- testOptionsListInvalidTypeFilterFails
+- testOptionsListProtocolAndTypeFiltersSucceeds
+- testOptionsListProtocolFilterSucceeds
+- testOptionsListShareAndProtocolFilterFails
+- testOptionsListShareAndTypeFilterFails
+- testOptionsListShareFilterSucceeds
+- testOptionsListSucceeds
+- testOptionsListTypeFilterSucceeds
+- testOptionsNoActionFails
 org.apache.kafka.tools.JmxToolTest:
 - allMetrics
 - csvFormat

Reply via email to