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 854c288f573 Update test catalog data for GHA workflow run 29733646414
854c288f573 is described below

commit 854c288f57352cf5cc4178d31c7df8bc09137675
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 13:09:57 2026 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 046e9fdf19f..0e81eb68543 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2325,6 +2325,8 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testAcknowledgeOnClose
 - testAcknowledgeOnCloseWithPendingCommitAsync
 - testAcknowledgeOnCloseWithPendingCommitSync
+- testAcknowledgeRequestFailedWhenNodeDisappearsBeforeSend
+- testAcknowledgeResponseWithUnknownTopicIdRefreshesTopicIdOnRecreation
 - testAcknowledgementCommitCallbackMultiplePartitionCommitAsync
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
@@ -2342,6 +2344,8 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testFetchError
 - testFetchNormal
 - testFetchOneNodeAtATimeForRecordLimitMode
+- testFetchRecoversWhenCachedLeaderNodeDisappearsFromMetadata
+- testFetchResponseWithUnknownTopicIdRefreshesTopicIdOnRecreation
 - testFetchWithAcquiredRecords
 - testFetchWithLastRecordMissingFromBatch
 - testHandleFetchResponseError
@@ -2359,7 +2363,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testPendingCommitAsyncBeforeCommitSync
 - testPiggybackAcknowledgementsInFlight
 - testPiggybackAcknowledgementsOnInitialShareSessionError
-- testPiggybackAcknowledgementsOnInitialShareSessionErrorSubscriptionChange
+- 
testPiggybackAcknowledgementsOnInitialShareSessionErrorTopicRemovedFromMetadata
 - testPiggybackAcknowledgementsOnInitialShareSession_ShareSessionNotFound
 - testRecordLatencyOnFetchResponseLevelError
 - testResultHandlerCompleteIfEmpty
@@ -2370,6 +2374,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testRetryAcknowledgementsMultipleCommitSync
 - testRetryAcknowledgementsWithLeaderChange
 - testServerDisconnectedOnShareAcknowledge
+- testSessionHandlerRemovedAndPiggybackAcksFailedWhenNodeDisappears
 - testShareAcknowledgeInvalidResponse
 - testShareFetchAndCloseMultipleNodes
 - testShareFetchInvalidResponse
@@ -2378,6 +2383,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testShareFetchWithSubscriptionChange
 - testShareFetchWithSubscriptionChangeMultipleNodes
 - testShareFetchWithSubscriptionChangeMultipleNodesEmptyAcknowledgements
+- testStaleLeaderEpochDoesNotDowngradeShareSessionLeader
 - testUnauthorizedTopic
 - testUnknownTopicIdError
 - testWhenFetchResponseReturnsWithALeadershipChangeErrorAndNewLeaderInformation
@@ -2526,6 +2532,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareMembershipManagerTest:
 - testUnresolvedTargetAssignmentIsReconciledWhenMetadataReceived
 - testUpdateStateFailsOnResponsesWithErrors
 org.apache.kafka.clients.consumer.internals.ShareSessionHandlerTest:
+- testAcknowledgeOnlyPartitionNotInSessionIsForgotten
 - testAddNewIdAfterTopicRemovedFromSession
 - testCanSkipIfRequestEmpty
 - testForgottenPartitions
@@ -2533,6 +2540,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareSessionHandlerTest:
 - testPartitionForgottenOnAcknowledgeOnly
 - testPartitionRemoval
 - testShareSession
+- testSkipEmptyShareFetchWhenSessionEmpty
 - testTopicIdReplaced
 
org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManagerTest:
 - testBuildingHeartbeatAssignmentSentWhenChanged

Reply via email to