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 66cb63877bc Update test catalog data for GHA workflow run 13547560280
66cb63877bc is described below

commit 66cb63877bc2c2d87dae6da9c5ee505fd1ed642e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 17:52:42 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 198298cda5a..cb60a3ac692 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -936,6 +936,7 @@ kafka.coordinator.group.GroupCoordinatorAdapterTest:
 - testListGroups
 - testOnTransactionCompletedWithUnexpectedException
 - testShareGroupDescribe
+- testStreamsGroupHeartbeat
 - testSyncGroup
 kafka.coordinator.group.GroupCoordinatorConcurrencyTest:
 - testConcurrentGoodPathSequence
@@ -2899,6 +2900,17 @@ kafka.server.KafkaApisTest:
 - testShareGroupHeartbeatRequestFutureFailed
 - testShareGroupHeartbeatReturnsUnsupportedVersion
 - testSizeOfThrottledPartitions
+- testStreamsGroupDescribe
+- testStreamsGroupDescribeAuthorizationFailed
+- testStreamsGroupDescribeFutureFailed
+- testStreamsGroupDescribeReturnsUnsupportedVersion
+- testStreamsGroupHeartbeatRequest
+- testStreamsGroupHeartbeatRequestAuthorizationFailed
+- testStreamsGroupHeartbeatRequestFutureFailed
+- testStreamsGroupHeartbeatRequestInternalTopicNames
+- testStreamsGroupHeartbeatRequestInvalidTopicNames
+- testStreamsGroupHeartbeatRequestProtocolDisabled
+- testStreamsGroupHeartbeatReturnsUnsupportedVersion
 - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5
 - testTransactionalParametersSetCorrectly
 - testTxnOffsetCommitWithInvalidPartition
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 2dd8e7a2723..8aec0129323 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -126,6 +126,13 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testShareGroupHeartbeatWhenNotStarted
 - testShareGroupHeartbeatWithException
 - testStartupShutdown
+- testStreamsGroupDescribe
+- testStreamsGroupDescribeCoordinatorLoadInProgress
+- testStreamsGroupDescribeCoordinatorNotActive
+- testStreamsGroupDescribeInvalidGroupId
+- testStreamsGroupHeartbeat
+- testStreamsGroupHeartbeatWhenNotStarted
+- testStreamsGroupHeartbeatWithException
 - testSyncGroup
 - testSyncGroupInvalidGroupId
 - testSyncGroupWhenNotStarted
@@ -184,6 +191,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testShareGroupHeartbeat
 - testSharePartitionDeleteRequests
 - testSharePartitionDeleteRequestsNonEmptyShareGroup
+- testStreamsGroupHeartbeat
 org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupCompletedRebalanceSensor
 - testClassicGroupDelete
@@ -451,6 +459,9 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStaticMembersLeaveUnknownGroup
 - testStaticMembersUnknownInstanceBatchLeaveGroup
 - testStaticMembersValidBatchLeaveGroup
+- testStreamsGroupDescribeBeforeAndAfterCommittingOffset
+- testStreamsGroupDescribeNoErrors
+- testStreamsGroupDescribeWithErrors
 - testSubscriptionMetadataRefreshedAfterGroupIsLoaded
 - testSubscriptionMetadataRefreshedAgainAfterWriteFailure
 - testSyncGroupAsLeaderAppendFailureTransformsError

Reply via email to