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 4fc31e3b03c Update test catalog data for GHA workflow run 27952573749
4fc31e3b03c is described below

commit 4fc31e3b03c177e502b3acffbefe258fc364a584
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 15:19:54 2026 +0000

    Update test catalog data for GHA workflow run 27952573749
    
    Commit: 
https://github.com/apache/kafka/commit/12c81a2e76e4f7d78cfc7b69d9ba3ff6cb2276a7
    GitHub Run: https://github.com/apache/kafka/actions/runs/27952573749
---
 test-catalog/core/tests.yaml              | 5 +++++
 test-catalog/group-coordinator/tests.yaml | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 93d98cb6fba..3d5c16f5489 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1856,6 +1856,7 @@ kafka.server.KafkaApisTest:
 - testStreamsGroupDescribe
 - testStreamsGroupDescribeAuthorizationFailed
 - testStreamsGroupDescribeFilterUnauthorizedTopics
+- testStreamsGroupDescribeForwardsIncludeTopologyDescriptionFlag
 - testStreamsGroupDescribeFutureFailed
 - testStreamsGroupDescribeReturnsUnsupportedVersion
 - testStreamsGroupHeartbeatRequest
@@ -1871,6 +1872,10 @@ kafka.server.KafkaApisTest:
 - testStreamsGroupHeartbeatRequestWithInternalTopicsToCreate
 - testStreamsGroupHeartbeatRequestWithInternalTopicsToCreateMissingCreateACL
 - testStreamsGroupHeartbeatReturnsUnsupportedVersion
+- testStreamsGroupTopologyDescriptionUpdateRequest
+- testStreamsGroupTopologyDescriptionUpdateRequestFutureFailed
+- testStreamsGroupTopologyDescriptionUpdateRequestGroupAuthorizationFailed
+- 
testStreamsGroupTopologyDescriptionUpdateReturnsUnsupportedVersionWhenStreamsProtocolDisabled
 - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5
 - testTransactionalParametersSetCorrectly
 - testTxnOffsetCommitWithInvalidPartition
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index c2e6aaa50bd..4bb896668d3 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -237,6 +237,14 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTopologyDescriptionTes
 - testDeleteGroupsPluginSuccessProceedsToTombstone
 - testDeleteGroupsSkipsPluginCallWhenNoStoredTopology
 - testDeleteGroupsWithoutPluginSkipsPluginCall
+- testDescribeAttachesAvailableWhenPluginReturnsTopology
+- testDescribeFiltersNonEligibleGroupsToNotStored
+- testDescribeLeavesErroredGroupsAlone
+- testDescribeMarksErrorWhenPluginFails
+- testDescribeMarksErrorWhenPluginThrowsSynchronously
+- testDescribeMarksNotStoredWhenPluginReturnsNullDescription
+- testDescribeSetsNotStoredWhenNoPluginConfigured
+- testDescribeWithIncludeFlagDisabledLeavesStatusDefault
 - testHeartbeatArmSuppressReSolicitCycle
 - testHeartbeatDecorationFailurePreservesCommittedResponse
 - testHeartbeatNeverSetsFlagWithoutPlugin

Reply via email to