This is an automated email from the ASF dual-hosted git repository.
github-actions[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 53305562765 Update test catalog data for GHA workflow run 25911105985
53305562765 is described below
commit 53305562765fa94e2b8affe5c83120087c8f3e66
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 15 14:15:52 2026 +0000
Update test catalog data for GHA workflow run 25911105985
Commit:
https://github.com/apache/kafka/commit/2768948823287b81fba91d7c071caf2d4839fe4f
GitHub Run: https://github.com/apache/kafka/actions/runs/25911105985
---
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 2def4e96417..41b455514c3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -954,6 +954,11 @@ org.apache.kafka.clients.consumer.MockConsumerTest:
- shouldReturnMaxPollRecords
- testConsumerRecordsIsEmptyWhenReturningNoRecords
- testDurationBasedOffsetReset
+- testLosePartitionsCallsOnPartitionsLost
+- testLosePartitionsClearsOnlyLostRecords
+- testLosePartitionsRemovesFromAssignment
+- testLosePartitionsThenRebalance
+- testLosePartitionsThrowsIfNotAssigned
- testRe2JPatternSubscription
- testRebalanceListener
- testSimpleMock