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

github-actions[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 d996daebdb8 Update test catalog data for GHA workflow run 28049987088
d996daebdb8 is described below

commit d996daebdb82979acadb88b5d06f670e83425d14
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 00:06:02 2026 +0000

    Update test catalog data for GHA workflow run 28049987088
    
    Commit: 
https://github.com/apache/kafka/commit/402087dc42e8ec06751e9bbc312f4bf029db0488
    GitHub Run: https://github.com/apache/kafka/actions/runs/28049987088
---
 test-catalog/clients/tests.yaml | 15 +++++++++++++++
 test-catalog/tools/tests.yaml   | 10 ++++++++++
 2 files changed, 25 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 55ac9083cd3..a93f4344753 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -474,6 +474,11 @@ org.apache.kafka.clients.admin.MemberDescriptionTest:
 - testEqualsWithGroupInstanceId
 - testEqualsWithoutGroupInstanceId
 - testNonEqual
+org.apache.kafka.clients.admin.MockAdminClientTest:
+- testDescribeStreamsGroupsOmitsTopologyDescriptionWhenNotRequested
+- testDescribeStreamsGroupsReturnsRegisteredDescription
+- testDescribeStreamsGroupsReturnsTopologyDescriptionWhenRequested
+- testDescribeStreamsGroupsUnknownGroupFails
 org.apache.kafka.clients.admin.NewTopicTest:
 - testConfigsNotNull
 - testConfigsNull
@@ -637,6 +642,16 @@ 
org.apache.kafka.clients.admin.internals.DescribeProducersHandlerTest:
 - testRetriableErrors
 - testUnexpectedError
 - testUnmappedAfterNotLeaderError
+org.apache.kafka.clients.admin.internals.DescribeStreamsGroupsHandlerTest:
+- testAvailableStatusWithMissingTopologyDescriptionFailsOnlyAffectedGroup
+- testBuildRequestSetsIncludeTopologyDescription
+- testGlobalStorePredecessorReconstruction
+- testMalformedGlobalStoreFailsOnlyAffectedGroup
+- testTopologyDescriptionAbsentWhenStatusNotAvailable
+- testTopologyDescriptionNotRequestedByDefault
+- testTopologyDescriptionParsedWhenAvailable
+- testUnknownTopologyDescriptionStatusFailsOnlyAffectedGroup
+- testUnknownTopologyNodeTypeFailsOnlyAffectedGroup
 org.apache.kafka.clients.admin.internals.DescribeTransactionsHandlerTest:
 - testBuildRequest
 - testHandleErrorResponse
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c1a8d80627c..c8667e5d6d5 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -1040,6 +1040,8 @@ org.apache.kafka.tools.streams.StreamsGroupCommandTest:
 - testDeleteStreamsGroup
 - testDescribeStreamsGroups
 - testDescribeStreamsGroupsGetOffsets
+- testDescribeStreamsGroupsWithTopologyAvailable
+- testDescribeStreamsGroupsWithTopologyNotStored
 - testExitCodeOnExecutionException
 - testExitCodeOnIllegalArguments
 - testExitCodeOnInterruptedException
@@ -1053,3 +1055,11 @@ org.apache.kafka.tools.streams.StreamsGroupCommandTest:
 - testPrintEmptyGroupState
 - testResetOffsetsWithPartitionNotExist
 - testRetrieveInternalTopics
+org.apache.kafka.tools.streams.TopologyDescriptionFormatterTest:
+- testFormatEmptyTopologyHasNoTrailingSpace
+- testFormatGlobalStore
+- testFormatMultipleGlobalStoresAreSeparatedByBlankLine
+- testFormatMultipleSubtopologiesAreIndentedConsistently
+- testFormatRendersEmptySuccessorsAndPredecessorsAsNone
+- testFormatSimpleSubtopology
+- testFormatSinkWithoutTopicAndMultipleSuccessors

Reply via email to