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 fc10213f4fe Update test catalog data for GHA workflow run 15446337611
fc10213f4fe is described below

commit fc10213f4fe4672f4893e3596e626afdddc1a7b3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 17:57:43 2025 +0000

    Update test catalog data for GHA workflow run 15446337611
    
    Commit: 
https://github.com/apache/kafka/commit/2a2626b3d8e6edba1671dbfa321a89bdaa3fe7ea
    GitHub Run: https://github.com/apache/kafka/actions/runs/15446337611
---
 test-catalog/tools/tests.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index a0ea45e998b..2c801389927 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -830,6 +830,12 @@ org.apache.kafka.tools.reassign.ReassignPartitionsUnitTest:
 - testPartitionReassignStatesToString
 - testPropagateInvalidJsonError
 - testReplicaMoveStatesToString
+org.apache.kafka.tools.streams.DeleteStreamsGroupTest:
+- testDeleteAllGroupsAfterVersionDowngrade
+- testDeleteMultipleGroup
+- testDeleteSingleGroup
+- testDeleteWithUnrecognizedOption
+- testDeleteWithoutGroupOption
 org.apache.kafka.tools.streams.DescribeStreamsGroupTest:
 - testDescribeStreamsGroup
 - testDescribeStreamsGroupWithMembersAndVerboseOptions
@@ -844,6 +850,8 @@ org.apache.kafka.tools.streams.ListStreamsGroupTest:
 - testListStreamsGroupWithoutFilters
 - testListWithUnrecognizedNewOption
 org.apache.kafka.tools.streams.StreamsGroupCommandTest:
+- testDeleteNonStreamsGroup
+- testDeleteStreamsGroup
 - testDescribeStreamsGroups
 - testDescribeStreamsGroupsGetOffsets
 - testGroupStatesFromString
@@ -851,3 +859,4 @@ org.apache.kafka.tools.streams.StreamsGroupCommandTest:
 - testListStreamsGroupsWithStates
 - testListWithUnrecognizedOption
 - testPrintEmptyGroupState
+- testRetrieveInternalTopics

Reply via email to