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 1541270338a Update test catalog data for GHA workflow run 23743255491
1541270338a is described below

commit 1541270338a5aa2f5709ca78f230ee369709f977
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 15:38:08 2026 +0000

    Update test catalog data for GHA workflow run 23743255491
    
    Commit: 
https://github.com/apache/kafka/commit/61299dd01a067968d98532f92d0ed6ed0cbc4817
    GitHub Run: https://github.com/apache/kafka/actions/runs/23743255491
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 3 +++
 test-catalog/clients/tests.yaml                           | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 6e792c0aa17..b29879003bb 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -381,6 +381,9 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testImplicitAcknowledgeCommitSync
 - testImplicitAcknowledgeFailsExplicit
 - testImplicitAcknowledgementCommitAsync
+- testLeaderRestartWithoutLeadershipChangeExplicitAcknowledgementAsync
+- testLeaderRestartWithoutLeadershipChangeExplicitAcknowledgementSync
+- testLeaderRestartWithoutLeadershipChangeImplicitAcknowledgement
 - testLsoMovementByRecordsDeletion
 - testMaxPollRecords
 - testMultipleConsumersInGroupConcurrentConsumption
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index ef37750cd35..8da3c34ddc9 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2226,9 +2226,11 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testHandleFetchResponseError
 - testHeaders
 - testInvalidDefaultRecordBatch
-- testLeadershipChangeAfterFetchBeforeClose
+- testLeadershipChangeAfterFetchBeforeCloseMove
 - testLeadershipChangeAfterFetchBeforeCommitAsync
 - testLeadershipChangeAfterFetchBeforeCommitSync
+- testLeadershipChangeAfterFetchMoveBeforeClose
+- testLeadershipChangeAfterFetchMoveBeforeCloseMove
 - testMultipleFetches
 - testMultipleTopicsFetch
 - testMultipleTopicsFetchError

Reply via email to