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 3ab9ab17546 Update test catalog data for GHA workflow run 27563174888
3ab9ab17546 is described below
commit 3ab9ab17546a46e691d75c241f933ee30eba64c6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 21:17:09 2026 +0000
Update test catalog data for GHA workflow run 27563174888
Commit:
https://github.com/apache/kafka/commit/04bfe7dbb0f8760022afe51647a2e7dd7f434288
GitHub Run: https://github.com/apache/kafka/actions/runs/27563174888
---
test-catalog/core/tests.yaml | 9 ---------
test-catalog/server/tests.yaml | 9 +++++++++
test-catalog/streams/tests.yaml | 12 ++++++++++++
3 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 02f52d34021..450ee7994e7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1595,15 +1595,6 @@ kafka.server.FetchRequestTest:
- testLastFetchedEpochValidationV12
- testZStdCompressedRecords
- testZStdCompressedTopic
-kafka.server.ForwardingManagerTest:
-- testFailedAuthentication
-- testForwardingManagerMetricsOnComplete
-- testForwardingManagerMetricsOnTimeout
-- testForwardingTimeoutAfterRetry
-- testForwardingTimeoutWaitingForControllerDiscovery
-- testResponseCorrelationIdMismatch
-- testUnsupportedVersionFromNetworkClient
-- testUnsupportedVersions
kafka.server.GssapiAuthenticationTest:
- testLoginFailure
- testReLogin
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 719b0334448..b519195bb77 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -245,6 +245,15 @@ org.apache.kafka.server.FetchSessionTest:
- testToForgetPartitions
- testUpdateAndGenerateResponseData
- testZeroSizeFetchSession
+org.apache.kafka.server.ForwardingManagerTest:
+- testFailedAuthentication
+- testForwardingManagerMetricsOnComplete
+- testForwardingManagerMetricsOnTimeout
+- testForwardingTimeoutAfterRetry
+- testForwardingTimeoutWaitingForControllerDiscovery
+- testResponseCorrelationIdMismatch
+- testUnsupportedVersionFromNetworkClient
+- testUnsupportedVersions
org.apache.kafka.server.KRaftClusterTest:
- testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
- testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 9a188710555..505c2fcb24e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -6504,6 +6504,16 @@
org.apache.kafka.streams.state.internals.TimeOrderedCachingPersistentWindowStore
- shouldPutFetchRangeFromCacheForNullKeyFrom
- shouldPutFetchRangeFromCacheForNullKeyFromKeyTo
- shouldPutFetchRangeFromCacheForNullKeyTo
+- shouldReadCommittedBypassesCache
+- shouldReadUncommittedViewAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchSingleKeyMergesCacheAndStore
+- shouldReadUncommittedViewFetchAllMergesCacheAndStore
+- shouldReadUncommittedViewFetchPointInTime
+- shouldReadUncommittedViewFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewFetchSingleKeyMergesCacheAndStore
- shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeBackwardFetch
- shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeFetch
- shouldSetFlushListener
@@ -6513,8 +6523,10 @@
org.apache.kafka.streams.state.internals.TimeOrderedCachingPersistentWindowStore
- shouldThrowIfTryingToFetchRangeFromClosedCachingStore
- shouldThrowIfTryingToWriteToClosedCachingStore
- shouldThrowIfWrongStore
+- shouldThrowNpeOnNullIsolationLevel
- shouldThrowNullPointerExceptionOnFetchNullKey
- shouldThrowNullPointerExceptionOnPutNullKey
+- shouldThrowOnNullInstantInViewFetch
org.apache.kafka.streams.state.internals.TimeOrderedKeyValueBufferTest:
- shouldAcceptData
- shouldCommit