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 8cbf5023095 Update test catalog data for GHA workflow run 26655438664
8cbf5023095 is described below
commit 8cbf50230951a7c20914f0506bbeaa2a3fae697f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 00:01:30 2026 +0000
Update test catalog data for GHA workflow run 26655438664
Commit:
https://github.com/apache/kafka/commit/f67225668f84321cafbdd07f2f24590ea989dd67
GitHub Run: https://github.com/apache/kafka/actions/runs/26655438664
---
test-catalog/streams/tests.yaml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 38695c34c12..4de3993a190 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4098,6 +4098,18 @@
org.apache.kafka.streams.state.internals.CachingPersistentSessionStoreTest:
- shouldPutFetchFromCache
- shouldPutFetchRangeFromCache
- shouldQueryItemsInCacheAndStore
+- shouldReadCommittedBypassesCache
+- shouldReadUncommittedViewBackwardFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchSingleKeyMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFindSessionsMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFindSessionsRangeMergesCacheAndStore
+- shouldReadUncommittedViewFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewFetchRangeWithNullBounds
+- shouldReadUncommittedViewFetchSession
+- shouldReadUncommittedViewFetchSessionReturnsNullForCachedTombstone
+- shouldReadUncommittedViewFetchSingleKeyMergesCacheAndStore
+- shouldReadUncommittedViewFindSessionsMergesCacheAndStore
+- shouldReadUncommittedViewFindSessionsRangeMergesCacheAndStore
- shouldRemove
- shouldReturnSameResultsForSingleKeyFindSessionsAndEqualKeyRangeFindSessions
-
shouldReturnSameResultsForSingleKeyFindSessionsBackwardsAndEqualKeyRangeFindSessions
@@ -4160,6 +4172,8 @@
org.apache.kafka.streams.state.internals.CachingPersistentWindowStoreTest:
- shouldThrowNullPointerExceptionOnPutNullKey
org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStoreTest:
- shouldDelegateInit
+- shouldDelegateReadOnlyCommittedToInner
+- shouldDelegateReadOnlyUncommittedToInner
- shouldGetRecordsWithPrefixKey
- shouldLogKeyNullOnDelete
- shouldLogPositionOnPut
@@ -4179,6 +4193,8 @@
org.apache.kafka.streams.state.internals.ChangeLoggingSessionBytesStoreTest:
- shouldCloseUnderlyingStore
- shouldCommitUnderlyingStore
- shouldDelegateInit
+- shouldDelegateReadOnlyCommittedToInner
+- shouldDelegateReadOnlyUncommittedToInner
- shouldDelegateToUnderlyingStoreWhenBackwardFetching
- shouldDelegateToUnderlyingStoreWhenBackwardFetchingRange
- shouldDelegateToUnderlyingStoreWhenBackwardFindingSessionRange
@@ -4263,6 +4279,8 @@
org.apache.kafka.streams.state.internals.ChangeLoggingVersionedKeyValueBytesStor
- shouldThrowIfInnerIsNotVersioned
org.apache.kafka.streams.state.internals.ChangeLoggingWindowBytesStoreTest:
- shouldDelegateInit
+- shouldDelegateReadOnlyCommittedToInner
+- shouldDelegateReadOnlyUncommittedToInner
- shouldDelegateToUnderlyingStoreWhenBackwardFetching
- shouldDelegateToUnderlyingStoreWhenBackwardFetchingRange
- shouldDelegateToUnderlyingStoreWhenFetching