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 fc7c8ed3aa6 Update test catalog data for GHA workflow run 14197097662
fc7c8ed3aa6 is described below
commit fc7c8ed3aa6a89833ed9efea75f18360982a21d3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 1 16:06:13 2025 +0000
Update test catalog data for GHA workflow run 14197097662
Commit:
https://github.com/apache/kafka/commit/ccf2510fdda755b7a8e0900d3316fade46eb533a
GitHub Run: https://github.com/apache/kafka/actions/runs/14197097662
---
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 58e927cbece..3b022a5acd3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2094,6 +2094,7 @@
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
- testFetchError
- testFetchNormal
- testFetchWithAcquiredRecords
+- testFetchWithControlRecords
- testFetchWithLastRecordMissingFromBatch
- testHandleFetchResponseError
- testHeaders
@@ -2134,6 +2135,7 @@
org.apache.kafka.clients.consumer.internals.ShareConsumerImplTest:
- testBackgroundError
- testCloseWithTopicAuthorizationException
- testCompleteQuietly
+- testControlRecordsOnEmptyFetch
- testEnsurePollEventSentOnConsumerPoll
- testFailConstructor
- testFailOnClosedConsumer