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 1007ed49155 Update test catalog data for GHA workflow run 18101593721
1007ed49155 is described below

commit 1007ed49155ce16a605899b03a8d47a6ba0a02bd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 17:28:00 2025 +0000

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

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index f9560c9ae0b..1fc5b7ff9b6 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -157,6 +157,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCommitTest:
 - testClassicConsumerSubscribeAndCommitSync
 - testCommitAsyncCompletedBeforeCommitSyncReturns
 - testCommitAsyncCompletedBeforeConsumerCloses
+- testCommitAsyncFailsWhenCoordinatorUnavailableDuringClose
 org.apache.kafka.clients.consumer.PlaintextConsumerFetchTest:
 - testAsyncConsumerFetchHonoursFetchSizeIfLargeRecordNotFirst
 - testAsyncConsumerFetchHonoursMaxPartitionFetchBytesIfLargeRecordNotFirst
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 9beb6b14b4e..a3c5b4aaa3e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1263,6 +1263,8 @@ 
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
 - testPollEnsureEmptyPendingRequestAfterPoll
 - testPollEnsureManualCommitSent
 - testPollSkipIfCoordinatorUnknown
+- testPollWithClosingAndPendingRequests
+- testPollWithFatalErrorDuringCoordinatorIsEmptyAndClosing
 - testPollWithFatalErrorShouldFailAllUnsentRequests
 - testSignalClose
 - testSuccessfulOffsetFetch

Reply via email to