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

commit ae4fda16acff1f4a96b3c626cd2b522d6fb75810
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 5 20:18:10 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 2ff9159bfec..dd39e0bd1e6 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2168,11 +2168,13 @@ kafka.server.KafkaApisTest:
 - testHandleShareAcknowledgeRequestSessionNotFound
 - testHandleShareAcknowledgeRequestSuccess
 - testHandleShareAcknowledgeRequestSuccessOnFinalEpoch
+- testHandleShareAcknowledgeRequestWithRenewAcknowledgements
 - testHandleShareAcknowledgeResponseContainsNewLeaderOnNotLeaderOrFollower
 - testHandleShareAcknowledgeShareGroupDisabled
 - testHandleShareFetchFetchMessagesReturnErrorCode
 - testHandleShareFetchFromShareFetchRequestErrorTopicsInRequest
 - testHandleShareFetchFromShareFetchRequestWithErroneousPartitions
+- testHandleShareFetchRenewInvalidRequest
 - testHandleShareFetchRequestAcknowledgeThrowsException
 - testHandleShareFetchRequestErrorInReadingPartition
 - testHandleShareFetchRequestFetchAndAcknowledgeThrowsException
@@ -2186,6 +2188,7 @@ kafka.server.KafkaApisTest:
 - testHandleShareFetchRequestShareSessionNotFoundError
 - testHandleShareFetchRequestShareSessionSuccessfullyEstablished
 - testHandleShareFetchRequestSuccessWithAcknowledgements
+- testHandleShareFetchRequestSuccessWithRenewAcknowledgements
 - testHandleShareFetchRequestSuccessWithoutAcknowledgements
 - testHandleShareFetchRequestSuccessfulShareSessionLifecycle
 - testHandleShareFetchRequestWhenShareSessionCacheIsFull
@@ -2300,6 +2303,7 @@ kafka.server.KafkaApisTest:
 - testTransactionalParametersSetCorrectly
 - testTxnOffsetCommitWithInvalidPartition
 - testUnauthorizedTopicMetadataRequest
+- testValidateAcknowledgementBatchesForRenew
 - testWriteShareGroupStateAuthorizationFailed
 - testWriteShareGroupStateSuccess
 - testWriteTxnMarkersShouldAllBeIncludedInTheResponse

Reply via email to