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 f0b70b5cca6 Update test catalog data for GHA workflow run 26850820808
f0b70b5cca6 is described below

commit f0b70b5cca695ca656188e71166bb27564d57b17
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 01:00:02 2026 +0000

    Update test catalog data for GHA workflow run 26850820808
    
    Commit: 
https://github.com/apache/kafka/commit/1d9c3ab8b4c791f900d3573c3b0944e799d19621
    GitHub Run: https://github.com/apache/kafka/actions/runs/26850820808
---
 test-catalog/streams/tests.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 41495f18423..b7383d6d7a7 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4161,6 +4161,17 @@ 
org.apache.kafka.streams.state.internals.CachingPersistentWindowStoreTest:
 - shouldPutFetchRangeFromCacheForNullKeyFrom
 - shouldPutFetchRangeFromCacheForNullKeyFromKeyTo
 - shouldPutFetchRangeFromCacheForNullKeyTo
+- shouldReadCommittedBypassesCache
+- shouldReadUncommittedViewAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchAllMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewBackwardFetchSingleKeyMergesCacheAndStore
+- shouldReadUncommittedViewFetchAllMergesCacheAndStore
+- shouldReadUncommittedViewFetchPointInTime
+- shouldReadUncommittedViewFetchRangeMergesCacheAndStore
+- shouldReadUncommittedViewFetchSingleKeyMergesCacheAndStore
+- shouldReadUncommittedViewOnNonPersistentUnderlying
 - shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeBackwardFetch
 - shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeFetch
 - shouldSetFlushListener
@@ -4168,6 +4179,8 @@ 
org.apache.kafka.streams.state.internals.CachingPersistentWindowStoreTest:
 - shouldThrowIfTryingToFetchFromClosedCachingStore
 - shouldThrowIfTryingToFetchRangeFromClosedCachingStore
 - shouldThrowIfTryingToWriteToClosedCachingStore
+- shouldThrowNpeOnNullInstantInViewFetch
+- shouldThrowNpeOnNullIsolationLevel
 - shouldThrowNullPointerExceptionOnFetchNullKey
 - shouldThrowNullPointerExceptionOnPutNullKey
 org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueBytesStoreTest:

Reply via email to