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 ccc59708288 Update test catalog data for GHA workflow run 28065069534
ccc59708288 is described below

commit ccc59708288be0a45be3114f2ff0799cba45e2e0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 02:58:56 2026 +0000

    Update test catalog data for GHA workflow run 28065069534
    
    Commit: 
https://github.com/apache/kafka/commit/c9bfcf02d22c7a1ac2d40ab53e24eee2847532cb
    GitHub Run: https://github.com/apache/kafka/actions/runs/28065069534
---
 test-catalog/clients/tests.yaml | 1 +
 test-catalog/streams/tests.yaml | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a93f4344753..582d6f7aef4 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2665,6 +2665,7 @@ 
org.apache.kafka.clients.consumer.internals.StreamsRebalanceDataTest:
 - streamsRebalanceDataShouldBeConstructedWithEmptyStatuses
 - streamsRebalanceDataShouldBeConstructedWithHeartbeatIntervalMsSetToMinusOne
 - streamsRebalanceDataShouldBeConstructedWithShutDownRequestedSetFalse
+- streamsRebalanceDataShouldDefaultAndUpdateTopologyPushFields
 - streamsRebalanceDataShouldNotAcceptNullClientTags
 - streamsRebalanceDataShouldNotAcceptNullHostInfo
 - streamsRebalanceDataShouldNotAcceptNullProcessId
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 18797ae9014..61cc4c2ac2e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3321,6 +3321,12 @@ 
org.apache.kafka.streams.processor.internals.TopicPartitionMetadataTest:
 - shouldGetPartitionTimeAndProcessorMeta
 - shouldReturnUnknownTimestampIfInvalidMetadata
 - shouldReturnUnknownTimestampIfUnknownVersion
+org.apache.kafka.streams.processor.internals.TopologyDescriptionConverterTest:
+- shouldApplyTopicNameDecorator
+- shouldConvertBranchTopology
+- shouldConvertMultipleSubtopologiesWithMultiSourceProcessor
+- shouldConvertSinkWithDynamicTopic
+- shouldConvertTopologyWithStatefulProcessorAndGlobalStore
 org.apache.kafka.streams.processor.internals.TopologyMetadataTest:
 - testPauseResume
 - testSubtopologyCompare

Reply via email to