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 24d3fced6b8 Update test catalog data for GHA workflow run 11679575248
24d3fced6b8 is described below

commit 24d3fced6b81abc5baab42cfb4f315fa2f88aadf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 5 10:14:20 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a652a865281..df871a151bc 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1949,10 +1949,12 @@ 
org.apache.kafka.clients.consumer.internals.ShareCompletedFetchTest:
 org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testAcknowledgeOnClose
 - testAcknowledgeOnCloseWithPendingCommitAsync
+- testAcknowledgeOnCloseWithPendingCommitSync
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
 - testCloseShouldBeIdempotent
 - testCommitAsync
+- testCommitAsyncWithSubscriptionChange
 - testCommitSync
 - testCorruptMessageError
 - testFetchDisconnected
@@ -1970,6 +1972,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testPendingCommitAsyncBeforeCommitSync
 - testRetryAcknowledgements
 - testRetryAcknowledgementsWithLeaderChange
+- testShareFetchWithSubscriptionChange
 - testUnauthorizedTopic
 - testUnknownTopicIdError
 - testWhenFetchResponseReturnsWithALeadershipChangeErrorAndNewLeaderInformation
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a5ecfcccb33..f9a0488993f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -4015,6 +4015,7 @@ kafka.test.api.ShareConsumerTest:
 - testAcknowledgementCommitCallbackInvalidRecordStateException
 - testAcknowledgementCommitCallbackOnClose
 - testAcknowledgementCommitCallbackSuccessfulAcknowledgement
+- testAcknowledgementSentOnSubscriptionChange
 - testAcquisitionLockTimeoutOnConsumer
 - testConsumerCloseInGroupSequential
 - testControlRecordsSkipped

Reply via email to