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 4670d723a60 Update test catalog data for GHA workflow run 28479900989
4670d723a60 is described below

commit 4670d723a60cf0da1fbf9fa4f6313844b3a279f2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 02:16:00 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index f6ad202563c..b6e20ffef40 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4688,6 +4688,10 @@ 
org.apache.kafka.streams.state.internals.InMemoryKeyValueStoreTest:
 - iteratorPeekNextKeyShouldSkipDeletedElements
 - iteratorShouldThrowIllegalStateExceptionIfAlreadyClosed
 - prefixScanShouldNotThrowConcurrentModificationException
+- readOnlyCommittedScanShouldNotRaceConcurrentCommit
+- readOnlyCommittedShouldHideStagedWritesFromTransactionBuffer
+- readOnlyCommittedShouldNotSeeStagedDelete
+- readOnlyPrefixScanShouldRespectIsolationLevel
 - shouldDeleteFromStore
 - shouldDeleteIfSerializedValueIsNull
 - shouldMatchPositionAfterPut
@@ -4768,6 +4772,9 @@ 
org.apache.kafka.streams.state.internals.InMemoryLRUCacheStoreTest:
 - testRestoreWithDefaultSerdes
 - testSize
 org.apache.kafka.streams.state.internals.InMemorySessionStoreTest:
+- readOnlyCommittedFindSessionsShouldNotRaceConcurrentCommit
+- readOnlyCommittedShouldHideStagedSessions
+- readOnlyFindSessionsShouldRespectIsolationLevel
 - shouldBackwardFetchAllSessionsWithSameRecordKey
 - shouldBackwardFetchAllSessionsWithinKeyRange
 - shouldBackwardFetchAndIterateOverExactBinaryKeys
@@ -4890,6 +4897,10 @@ 
org.apache.kafka.streams.state.internals.InMemoryTransactionalWindowStoreTest:
 - testValueIteratorPeek
 - testWindowIteratorPeek
 org.apache.kafka.streams.state.internals.InMemoryWindowStoreTest:
+- readOnlyAllShouldRespectIsolationLevel
+- readOnlyCommittedFetchAllShouldNotRaceConcurrentCommit
+- readOnlyCommittedShouldHideStagedFetchValue
+- readOnlyFetchRangeShouldRespectIsolationLevel
 - shouldBackwardFetchAllInTimeRange
 - 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext
 - shouldCountNumEntries

Reply via email to