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 89f98897326 Update test catalog data for GHA workflow run 28689594774
89f98897326 is described below

commit 89f988973260422d075d11f192a6c02cc1172dea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 4 06:52:54 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 26659f51a00..c17504fbe82 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4806,6 +4806,7 @@ 
org.apache.kafka.streams.state.internals.InMemorySessionStoreTest:
 - shouldRemove
 - shouldRemoveExpired
 - shouldRemoveOnNullAggValue
+- shouldReportUncommittedPositionForTransactionalStore
 - shouldRestore
 - shouldReturnNullOnSessionNotFound
 - shouldReturnSameResultsForSingleKeyFindSessionsAndEqualKeyRangeFindSessions
@@ -4922,6 +4923,7 @@ 
org.apache.kafka.streams.state.internals.InMemoryWindowStoreTest:
 - shouldNotThrowConcurrentModificationException
 - shouldNotThrowExceptionWhenFetchRangeIsExpired
 - shouldNotThrowInvalidRangeExceptionWithNegativeFromKey
+- shouldReportUncommittedPositionForTransactionalStore
 - shouldRestore
 - shouldReturnNullOnWindowNotFound
 - shouldReturnSameResultsForSingleKeyFetchAndEqualKeyRangeFetch

Reply via email to