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 23d984799b2 Update test catalog data for GHA workflow run 27985997891
23d984799b2 is described below

commit 23d984799b2d1adc23adee576e867eeb95de7ac2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 01:31:36 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b45c401d973..47d0c1166df 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3219,6 +3219,7 @@ 
org.apache.kafka.streams.processor.internals.TaskManagerTest:
 - shouldPropagateSuspendExceptionWhenRevokingStandbyTask
 - shouldPropagateTaskMigratedExceptionsInProcessActiveTasks
 - shouldPropagateTaskMigratedExceptionsInPunctuateActiveTasks
+- 
shouldPublishTaskOffsetSumSnapshotFromStateDirectoryExcludingRunningActiveTasks
 - shouldPunctuateActiveTasks
 - shouldReAddRevivedTasksToStateUpdater
 - shouldReInitializeStreamsProducerOnHandleLostAllIfEosV2Enabled
@@ -3240,6 +3241,7 @@ 
org.apache.kafka.streams.processor.internals.TaskManagerTest:
 - shouldRetryInitializationWhenTimeoutExceptionInStateUpdater
 - shouldRetryInitializationWithBackoffWhenInitializationFails
 - shouldReturnCorrectBooleanWhenTryingToCompleteRestoration
+- shouldReturnEmptyTaskOffsetSumSnapshotBeforeRefresh
 - 
shouldReturnFalseFromCheckStateUpdaterIfActiveTasksAreNotRestoringAndNoPendingTaskToRecycleButPendingTasksToInit
 - shouldReturnFalseFromCheckStateUpdaterIfActiveTasksAreRestoring
 - shouldReturnFalseWhenThereAreStillNonRunningTasks
@@ -4767,6 +4769,20 @@ 
org.apache.kafka.streams.state.internals.InMemoryTimeOrderedKeyValueChangeBuffer
 - bufferShouldAllowCacheEnablement
 - bufferShouldAllowLoggingDisablement
 - bufferShouldAllowLoggingEnablement
+org.apache.kafka.streams.state.internals.InMemoryTransactionBufferTest:
+- shouldCommitStagedWritesToBase
+- shouldMergeStagedWritesInAllScan
+- shouldMergeStagedWritesInOwnerAllScan
+- shouldMergeStagedWritesInRangeScan
+- shouldNotShowStagedWritesInBaseAfterRollback
+- shouldReportIsEmpty
+- shouldReturnEmptyOptionalForStagedTombstone
+- shouldReturnNullForUnstagedKey
+- shouldReturnStagedValue
+- shouldReturnStagedValueForNewKey
+- shouldRollbackWithoutAffectingBase
+- shouldScanFromAnotherThread
+- shouldSeeStagedWritesFromAnotherThread
 org.apache.kafka.streams.state.internals.InMemoryWindowStoreTest:
 - shouldBackwardFetchAllInTimeRange
 - 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext

Reply via email to