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

commit eb76d38ecd2597a7dbf95561597763a4f7728a7e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 30 11:00:40 2025 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index ad2cad4ef14..a4716c0cd86 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1119,6 +1119,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testCloseLeavesGroup
 - testCloseLeavesGroupDespiteInterrupt
 - testCloseLeavesGroupDespiteOnPartitionsLostError
+- testCommitAsyncShouldCopyOffsets
 - testCommitAsyncUserSuppliedCallbackNoException
 - testCommitAsyncUserSuppliedCallbackWithException
 - testCommitAsyncWithNullCallback
@@ -1127,6 +1128,7 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testCommitSyncAwaitsCommitAsyncButDoesNotFail
 - testCommitSyncAwaitsCommitAsyncCompletionWithEmptyOffsets
 - testCommitSyncAwaitsCommitAsyncCompletionWithNonEmptyOffsets
+- testCommitSyncShouldCopyOffsets
 - testCommitted
 - testCommittedExceptionThrown
 - testEmptyStreamRebalanceData

Reply via email to