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 7e64bef5d25 Update test catalog data for GHA workflow run 14293329435
7e64bef5d25 is described below

commit 7e64bef5d25d3e2e8683383df8c12f2415166126
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 6 16:29:05 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bc1fa64b8bd..642b11cb078 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1011,6 +1011,7 @@ 
org.apache.kafka.clients.consumer.internals.AbstractCoordinatorTest:
 - testJoinGroupRequestWithRebalanceInProgress
 - testJoinGroupUnknownMemberResponseWithOldGeneration
 - testLeaveGroupSentWithGroupInstanceIdUnSet
+- 
testLeaveGroupSentWithGroupInstanceIdUnSetAndDifferentGroupMembershipOperation
 - testLookupCoordinator
 - testMetrics
 - testNoGenerationWillNotTriggerProtocolNameCheck
@@ -1239,6 +1240,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testNetworkTimeout
 - testNoCoordinator
 - testPollOnCloseGeneratesRequestIfNeeded
+- testPollOnLeaving
 - testPollTimerExpiration
 - testPollTimerExpirationShouldNotMarkMemberStaleIfMemberAlreadyLeaving
 - testRegexInHeartbeatLifecycle
@@ -1280,6 +1282,7 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerMembershipManagerTest:
 - testHeartbeatSuccessfulResponseWhenLeavingGroupCompletesLeave
 - testIgnoreHeartbeatResponseWhenNotInGroup
 - testLeaveGroupEpoch
+- testLeaveGroupEpochOnClose
 - testLeaveGroupWhenMemberAlreadyLeaving
 - testLeaveGroupWhenMemberAlreadyLeft
 - testLeaveGroupWhenMemberFenced

Reply via email to