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 68275b7b4ad Update test catalog data for GHA workflow run 25941892656
68275b7b4ad is described below

commit 68275b7b4add0cdf5f8751a3a88d636c1207988a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 16 00:09:57 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index ddfb5025be9..60d6e5e6da2 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4370,6 +4370,7 @@ 
org.apache.kafka.streams.state.internals.DualColumnFamilyAccessorTest:
 - shouldCloseBothColumnFamilies
 - shouldCommitOffsets
 - shouldCommitPosition
+- shouldCommitStagedWritesWhenCommittingOffsets
 - shouldCreateAllIteratorForward
 - shouldCreateAllIteratorReverse
 - shouldCreatePrefixScanIterator
@@ -4383,9 +4384,14 @@ 
org.apache.kafka.streams.state.internals.DualColumnFamilyAccessorTest:
 - shouldGetValueFromOldColumnFamilyAndConvert
 - shouldGetValueWithReadOptions
 - shouldIgnoreExceptionAfterUncleanClose
+- shouldMergeEntriesFromBothColumnFamiliesInForwardOrder
+- shouldMergeEntriesFromBothColumnFamiliesInReverseOrder
 - shouldOpenClean
+- shouldPreferNewFormatValueWhenSameKeyExistsInBothColumnFamilies
 - shouldPrepareBatchWithMultipleEntries
 - shouldPutValueToNewColumnFamilyAndDeleteFromOld
+- shouldRespectPrefixScanAcrossBothColumnFamilies
+- shouldRespectRangeBoundsAcrossBothColumnFamilies
 - shouldReturnNullWhenKeyNotFoundInEitherColumnFamily
 - shouldReturnSumOfEntriesFromBothColumnFamilies
 - shouldSkipPersistingStateOnCloseWhenStoreIsAlreadyClosed

Reply via email to