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 77686d5d1ba Update test catalog data for GHA workflow run 13885595734
77686d5d1ba is described below

commit 77686d5d1ba4f5e1d41e7904b71fa7ca7bb70568
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 16 19:37:19 2025 +0000

    Update test catalog data for GHA workflow run 13885595734
    
    Commit: 
https://github.com/apache/kafka/commit/a7e40b7c5acfcab87fb8190a6a3f6efd670ddeef
    GitHub Run: https://github.com/apache/kafka/actions/runs/13885595734
---
 test-catalog/clients/tests.yaml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index c0ea37bc66c..567c3ca2260 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2256,6 +2256,14 @@ 
org.apache.kafka.clients.consumer.internals.ShareSessionHandlerTest:
 - testShareSession
 - testTopicIdReplaced
 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerTest:
+- testBuildingHeartbeatAssignmentSentWhenChanged
+- testBuildingHeartbeatClientTagsSentWhenJoining
+- testBuildingHeartbeatEndpointSentWhenJoining
+- testBuildingHeartbeatProcessIdSentWhenJoining
+- testBuildingHeartbeatRequestFieldsThatAreAlwaysSent
+- testBuildingHeartbeatRequestRebalanceTimeoutSentWhenJoining
+- testBuildingHeartbeatRequestTopologySentWhenJoining
+- testBuildingHeartbeatShutdownRequested
 - testConstructWithNullBackgroundEventHandler
 - testConstructWithNullCoordinatorRequestManager
 - testConstructWithNullMembershipManager
@@ -2267,10 +2275,11 @@ 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerT
 - testNotSendingHeartbeatIfMemberIsJoiningOrAcknowledgingWhenHeartbeatInFlight
 - testNotSendingLeaveHeartbeatIfPollTimerExpiredAndMemberIsLeaving
 - testPropagateCoordinatorFatalErrorToApplicationThread
-- testSendingFullHeartbeatRequest
+- testResettingHeartbeatState
 - testSendingHeartbeatIfHeartbeatCanBeSent
 - testSendingHeartbeatIfMemberIsJoiningOrAcknowledging
 - testSendingHeartbeatIfMemberIsLeaving
+- testSendingHeartbeatRequest
 - testSendingLeaveHeartbeatIfPollTimerExpired
 - testSendingLeaveHeartbeatRequestWhenPollTimerExpired
 org.apache.kafka.clients.consumer.internals.StreamsMembershipManagerTest:

Reply via email to