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 5d16feab319 Update test catalog data for GHA workflow run 23094154602
5d16feab319 is described below
commit 5d16feab319a1bf557ef405156af5cf14302c2c4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 21:16:37 2026 +0000
Update test catalog data for GHA workflow run 23094154602
Commit:
https://github.com/apache/kafka/commit/e7c17a0fb5b3bc7dddbef75921650395254a194d
GitHub Run: https://github.com/apache/kafka/actions/runs/23094154602
---
test-catalog/streams/tests.yaml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 3f2e4465543..c090958cc61 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1377,7 +1377,7 @@
org.apache.kafka.streams.kstream.internals.NamedInternalTest:
- shouldGenerateWithPrefixGivenEmptyName
- shouldNotGenerateWithPrefixGivenValidName
- shouldSuffixNameOrReturnProviderValue
-org.apache.kafka.streams.kstream.internals.SessionCacheFlushListenerTest:
+org.apache.kafka.streams.kstream.internals.SessionCacheFlushListenerWithHeaderTest:
- shouldForwardKeyNewValueOldValueAndTimestamp
org.apache.kafka.streams.kstream.internals.SessionWindowTest:
- cannotCompareSessionWindowWithDifferentWindowType
@@ -5117,6 +5117,17 @@
org.apache.kafka.streams.state.internals.ReadOnlyKeyValueStoreFacadeTest:
- shouldReturnPlainKeyValuePairsForPrefixScan
- shouldReturnPlainKeyValuePairsForRangeIterator
- shouldReturnPlainValueOnGet
+org.apache.kafka.streams.state.internals.ReadOnlySessionStoreFacadeTest:
+- shouldReturnNullOnFetchSessionWhenNull
+- shouldReturnPlainValueOnFetchSession
+- shouldReturnStrippedKeyValuePairsOnBackwardFetch
+- shouldReturnStrippedKeyValuePairsOnBackwardFetchWithKeyRange
+- shouldReturnStrippedKeyValuePairsOnBackwardFindSessions
+- shouldReturnStrippedKeyValuePairsOnBackwardFindSessionsWithKeyRange
+- shouldReturnStrippedKeyValuePairsOnFetch
+- shouldReturnStrippedKeyValuePairsOnFetchWithKeyRange
+- shouldReturnStrippedKeyValuePairsOnFindSessions
+- shouldReturnStrippedKeyValuePairsOnFindSessionsWithKeyRange
org.apache.kafka.streams.state.internals.ReadOnlyWindowStoreFacadeTest:
- shouldReturnPlainKeyValuePairsOnAll
- shouldReturnPlainKeyValuePairsOnFetchAllInstantParameters