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 bd720e48203 Update test catalog data for GHA workflow run 14366202851
bd720e48203 is described below
commit bd720e48203a2291b69314d9e2ac682f0369d8b8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 9 22:39:55 2025 +0000
Update test catalog data for GHA workflow run 14366202851
Commit:
https://github.com/apache/kafka/commit/eeb1214ba8b3e3736e933d135af95b16c4dd74f1
GitHub Run: https://github.com/apache/kafka/actions/runs/14366202851
---
test-catalog/clients/tests.yaml | 1 +
test-catalog/streams/tests.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index ba3deceae96..f2769627f51 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -891,6 +891,7 @@ org.apache.kafka.clients.consumer.KafkaShareConsumerTest:
org.apache.kafka.clients.consumer.MockConsumerTest:
- endOffsetsShouldBeIdempotent
- shouldNotClearRecordsForPausedPartitions
+- shouldReturnMaxPollRecords
- testConsumerRecordsIsEmptyWhenReturningNoRecords
- testDurationBasedOffsetReset
- testRe2JPatternSubscription
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 39027426c4e..cbb31618525 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1820,6 +1820,7 @@
org.apache.kafka.streams.processor.internals.GlobalStateManagerImplTest:
- shouldFlushStateStores
- shouldInitializeStateStores
- shouldListenForRestoreEvents
+- shouldListenForRestoreEventsWhenReprocessing
- shouldLogWarningMessageWhenIOExceptionInCheckPoint
- shouldNotCloseStoresIfCloseAlreadyCalled
- shouldNotConvertValuesIfInnerStoreDoesNotImplementTimestampedBytesStore