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 3b7df9d8183 Update test catalog data for GHA workflow run 13770002656
3b7df9d8183 is described below

commit 3b7df9d8183f9079f64d02b2152262f4faa823e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 21:09:44 2025 +0000

    Update test catalog data for GHA workflow run 13770002656
    
    Commit: 
https://github.com/apache/kafka/commit/59e5890505b944a7911a676371a259027f9f468d
    GitHub Run: https://github.com/apache/kafka/actions/runs/13770002656
---
 test-catalog/clients/tests.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 25ffac3c5a6..364088f3eee 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2252,11 +2252,23 @@ 
org.apache.kafka.clients.consumer.internals.ShareSessionHandlerTest:
 - testShareSession
 - testTopicIdReplaced
 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerTest:
+- testConstructWithNullBackgroundEventHandler
 - testConstructWithNullCoordinatorRequestManager
 - testConstructWithNullMembershipManager
 - testConstructWithNullMetrics
 - testConstructWithNullStreamsRebalanceData
+- testNoHeartbeatIfCoordinatorUnknown
+- testNoHeartbeatIfHeartbeatSkipped
+- testNotSendingHeartbeatIfHeartbeatCannotBeSent
+- testNotSendingHeartbeatIfMemberIsJoiningOrAcknowledgingWhenHeartbeatInFlight
+- testNotSendingLeaveHeartbeatIfPollTimerExpiredAndMemberIsLeaving
+- testPropagateCoordinatorFatalErrorToApplicationThread
 - testSendingFullHeartbeatRequest
+- testSendingHeartbeatIfHeartbeatCanBeSent
+- testSendingHeartbeatIfMemberIsJoiningOrAcknowledging
+- testSendingHeartbeatIfMemberIsLeaving
+- testSendingLeaveHeartbeatIfPollTimerExpired
+- testSendingLeaveHeartbeatRequestWhenPollTimerExpired
 org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:
 - testActiveTasksAreNullInHeartbeatResponse
 - testConsumerPollWhenNotJoining

Reply via email to