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 9e1ca1b1b63 Update test catalog data for GHA workflow run 13289444902
9e1ca1b1b63 is described below

commit 9e1ca1b1b63d680e2d6c1168fce56dade6660faf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 19:08:49 2025 +0000

    Update test catalog data for GHA workflow run 13289444902
    
    Commit: 
https://github.com/apache/kafka/commit/0e40b80c86631f10d221e1ce8e43055d91451564
    GitHub Run: https://github.com/apache/kafka/actions/runs/13289444902
---
 test-catalog/clients/tests.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 16b8c724eb1..9c841049d32 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2026,9 +2026,11 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
 - testCloseShouldBeIdempotent
+- testCloseWithSubscriptionChange
 - testCommitAsync
 - testCommitAsyncWithSubscriptionChange
 - testCommitSync
+- testCommitSyncWithSubscriptionChange
 - testCorruptMessageError
 - testFetchDisconnected
 - testFetchError
@@ -2038,6 +2040,9 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testHandleFetchResponseError
 - testHeaders
 - testInvalidDefaultRecordBatch
+- testLeadershipChangeAfterFetchBeforeClose
+- testLeadershipChangeAfterFetchBeforeCommitAsync
+- testLeadershipChangeAfterFetchBeforeCommitSync
 - testMultipleFetches
 - testMultipleTopicsFetch
 - testMultipleTopicsFetchError

Reply via email to