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 849ac0579b9 Update test catalog data for GHA workflow run 23370684730
849ac0579b9 is described below
commit 849ac0579b955afda871faf4bf71f95167903b49
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 07:56:24 2026 +0000
Update test catalog data for GHA workflow run 23370684730
Commit:
https://github.com/apache/kafka/commit/f645314a81ace0530d24251c4c69d6d225c63555
GitHub Run: https://github.com/apache/kafka/actions/runs/23370684730
---
test-catalog/clients/tests.yaml | 10 ++++++++++
test-catalog/tools/tests.yaml | 1 -
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index bd6bbd6cc33..f79fd2a0206 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1927,6 +1927,16 @@
org.apache.kafka.clients.consumer.internals.FetchRequestManagerTest:
- testUpdatePositionWithLastRecordMissingFromBatch
- testWhenFetchResponseReturnsALeaderShipChangeErrorAndNewLeaderInformation
- testWhenFetchResponseReturnsALeaderShipChangeErrorButNoNewLeaderInformation
+org.apache.kafka.clients.consumer.internals.FetchTest:
+- testAddForPartitionFetchToEmptyFetch
+- testAddPropagatesPositionAdvanced
+- testAddToForPartitionFetch
+- testAddWithSamePartitionMergesRecords
+- testEmpty
+- testForPartitionWithEmptyRecords
+- testForPartitionWithoutPositionAdvanced
+- testNextOffsetsReturnsUnmodifiableMap
+- testRecordsReturnsUnmodifiableMap
org.apache.kafka.clients.consumer.internals.FetcherTest:
- testClearBufferedDataForTopicPartitions
- testCloseShouldBeIdempotent
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index c28ee3228a7..400f8088859 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -862,7 +862,6 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
-- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: