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

commit a8deeaa4809cd07319e137f2dacc9a050e0f0cbf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 01:32:00 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 8c948a948a5..ed2bbbed306 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4819,6 +4819,72 @@ 
org.apache.kafka.streams.state.internals.InMemoryTransactionBufferTest:
 - shouldRollbackWithoutAffectingBase
 - shouldScanFromAnotherThread
 - shouldSeeStagedWritesFromAnotherThread
+org.apache.kafka.streams.state.internals.InMemoryTransactionalSessionStoreTest:
+- shouldBackwardFetchAllSessionsWithSameRecordKey
+- shouldBackwardFetchAllSessionsWithinKeyRange
+- shouldBackwardFetchAndIterateOverExactBinaryKeys
+- shouldBackwardFetchExactKeys
+- shouldBackwardFindSessionsToMerge
+- shouldBackwardFindValuesWithinMergingSessionWindowRange
+- 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext
+- shouldFetchAllSessionsWithSameRecordKey
+- shouldFetchAllSessionsWithinKeyRange
+- shouldFetchAndIterateOverExactBinaryKeys
+- shouldFetchExactKeys
+- shouldFetchExactSession
+- shouldFindSessionsForTimeRange
+- shouldFindSessionsToMerge
+- shouldFindValuesWithinMergingSessionWindowRange
+- shouldMatchPositionAfterPut
+- shouldMeasureExpiredRecords
+- shouldNotFetchExpiredSessions
+- shouldNotThrowExceptionRemovingNonexistentKey
+- shouldNotThrowInvalidRangeExceptionWithNegativeFromKey
+- shouldPutAndBackwardFindSessionsInRange
+- shouldPutAndFindSessionsInRange
+- shouldReadAcrossCommitBoundaries
+- shouldRemove
+- shouldRemoveExpired
+- shouldRemoveOnNullAggValue
+- shouldRestore
+- shouldReturnNullOnSessionNotFound
+- shouldReturnSameResultsForSingleKeyFindSessionsAndEqualKeyRangeFindSessions
+- shouldThrowNullPointerExceptionOnFetchNullKey
+- shouldThrowNullPointerExceptionOnFindSessionsNullKey
+- shouldThrowNullPointerExceptionOnPutNullKey
+- shouldThrowNullPointerExceptionOnRemoveNullKey
+- testIteratorPeek
+- testIteratorPeekBackward
+org.apache.kafka.streams.state.internals.InMemoryTransactionalWindowStoreTest:
+- shouldBackwardFetchAllInTimeRange
+- 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext
+- shouldEarlyClosedIteratorStillGetAllRecords
+- shouldFetchAllInTimeRange
+- shouldFetchAndIterateOverExactBinaryKeys
+- shouldFetchAndIterateOverExactKeys
+- shouldGetAll
+- shouldGetAllNonDeletedRecords
+- shouldGetAllReturnTimestampOrderedRecords
+- shouldGetBackwardAll
+- shouldMeasureExpiredRecords
+- shouldNotThrowConcurrentModificationException
+- shouldNotThrowExceptionWhenFetchRangeIsExpired
+- shouldNotThrowInvalidRangeExceptionWithNegativeFromKey
+- shouldReadAcrossCommitBoundaries
+- shouldReturnNullOnWindowNotFound
+- shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeFetch
+- shouldThrowNullPointerExceptionOnGetNullKey
+- shouldThrowNullPointerExceptionOnPutNullKey
+- testBackwardFetchRange
+- testDeleteAndUpdate
+- testFetchDuplicates
+- testFetchRange
+- testPutAndFetchAfter
+- testPutAndFetchBefore
+- testPutSameKeyTimestamp
+- testRangeAndSinglePointFetch
+- testValueIteratorPeek
+- testWindowIteratorPeek
 org.apache.kafka.streams.state.internals.InMemoryWindowStoreTest:
 - shouldBackwardFetchAllInTimeRange
 - 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext

Reply via email to