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 42a9ca3df7e Update test catalog data for GHA workflow run 19277559516
42a9ca3df7e is described below

commit 42a9ca3df7eaed3c07dad186ae8f178f45c4b509
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 22:45:21 2025 +0000

    Update test catalog data for GHA workflow run 19277559516
    
    Commit: 
https://github.com/apache/kafka/commit/214bb07d6a47f67b37b7c3aed86ebebe7f7ac992
    GitHub Run: https://github.com/apache/kafka/actions/runs/19277559516
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
 test-catalog/clients/tests.yaml                           | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 0a42ff41db8..e88c70a3c0f 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -362,6 +362,8 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testPollThrowsInterruptExceptionIfInterrupted
 - testReadCommittedIsolationLevel
 - testReadUncommittedIsolationLevel
+- testRenewAcknowledgementOnCommitSync
+- testRenewAcknowledgementOnPoll
 - testShareAutoOffsetResetByDuration
 - testShareAutoOffsetResetByDurationInvalidFormat
 - testShareAutoOffsetResetDefaultValue
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 6f80700092e..9a89ec8afd5 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1092,6 +1092,8 @@ 
org.apache.kafka.clients.consumer.internals.AcknowledgementCommitCallbackHandler
 - testNoException
 - testUnauthorizedTopic
 org.apache.kafka.clients.consumer.internals.AcknowledgementsTest:
+- testCompleteException
+- testCompleteSuccess
 - testEmptyBatch
 - testMultiGap
 - testMultiStateMultiGap
@@ -2198,6 +2200,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testShareAcknowledgeInvalidResponse
 - testShareFetchAndCloseMultipleNodes
 - testShareFetchInvalidResponse
+- testShareFetchWithRenewAcknowledgement
 - testShareFetchWithSubscriptionChange
 - testShareFetchWithSubscriptionChangeMultipleNodes
 - testShareFetchWithSubscriptionChangeMultipleNodesEmptyAcknowledgements
@@ -2217,6 +2220,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
 - testCompleteQuietly
 - testControlRecordsOnEmptyFetch
 - testEnsurePollEventSentOnConsumerPoll
+- testExplicitModeRenewAndAcknowledgeOnPoll
 - testExplicitModeUnacknowledgedRecords
 - testFailConstructor
 - testFailOnClosedConsumer
@@ -2256,6 +2260,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareFetchCollectorTest:
 - testFetchWithTopicAuthorizationFailed
 - testFetchWithUnknownLeaderEpoch
 - testFetchWithUnknownServerError
+- testWithRenew
 org.apache.kafka.clients.consumer.internals.ShareFetchMetricsManagerTest:
 - testAcknowledgements
 - testBytesFetched

Reply via email to