This is an automated email from the ASF dual-hosted git repository.

github-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 25229517302 Update test catalog data for GHA workflow run 24174174737
25229517302 is described below

commit 25229517302ab1638cdb2ad53f0c6943133d7b4c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 9 08:26:36 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b56c93bf019..48f3e7e50c4 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -783,6 +783,7 @@ 
org.apache.kafka.streams.kstream.internals.InternalStreamsBuilderTest:
 - shouldBuildGlobalTableWithQueryaIbleStoreName
 - shouldBuildGlobalTopologyWithAllGlobalTables
 - shouldBuildSimpleGlobalTableTopology
+- shouldFindMatchingAncestorWhenLaterParentHasNoMatch
 - shouldHaveCorrectSourceTopicsForTableFromMergedStream
 - shouldHaveNullTimestampExtractorWhenNoneSupplied
 - shouldMapStateStoresToCorrectSourceTopics
@@ -825,6 +826,8 @@ 
org.apache.kafka.streams.kstream.internals.InternalStreamsBuilderTest:
 - shouldSetUseVersionedSemanticsWithIntermediateNode
 - shouldSetUseVersionedSemanticsWithIntermediateNodeMaterializedAsVersioned
 - shouldSetUseVersionedSemanticsWithToStreamAndBackIfMaterializedAsVersioned
+- shouldShareRepartitionTopicForMergedStreamWithKeyChangingOpOnLeftBranch
+- shouldShareRepartitionTopicForMergedStreamWithKeyChangingOpOnRightBranch
 - shouldThrowOnVersionedStoreSupplierForGlobalTable
 - shouldUseProvidedTimestampExtractor
 - testNewName

Reply via email to