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 f1756ccc14f Update test catalog data for GHA workflow run 17508544387
f1756ccc14f is described below
commit f1756ccc14f03a43cc794caa80c6184bd110403b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 6 05:06:12 2025 +0000
Update test catalog data for GHA workflow run 17508544387
Commit:
https://github.com/apache/kafka/commit/5e2f54e37a6c526ea741e5b542345c956ccebb18
GitHub Run: https://github.com/apache/kafka/actions/runs/17508544387
---
test-catalog/streams/tests.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index f2bc2c73e96..21f98ad6ad2 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1633,9 +1633,10 @@
org.apache.kafka.streams.kstream.internals.graph.StreamsGraphTest:
- shouldBeAbleToBuildTopologyIncrementally
- shouldBeAbleToProcessNestedMultipleKeyChangingNodes
- shouldNotOptimizeWhenRepartitionOperationIsDone
-- shouldNotOptimizeWithValueOrKeyChangingOperatorsAfterInitialKeyChange
+-
shouldNotOptimizeWithValueOrKeyChangingOperatorsAfterInitialKeyChangeWithFixEnabled
- shouldNotThrowNPEWithMergeNodes
- shouldOptimizeSeveralMergeNodesWithCommonKeyChangingParent
+-
shouldPartiallyOptimizeWithValueOrKeyChangingOperatorsAfterInitialKeyChangeWithFixDisabled
org.apache.kafka.streams.kstream.internals.graph.TableSourceNodeTest:
- shouldConnectStateStoreToChangelogTopic
- shouldConnectStateStoreToInputTopicIfInputTopicIsUsedAsChangelog
@@ -2441,6 +2442,7 @@
org.apache.kafka.streams.processor.internals.RecordQueueTest:
- testConsumedSensor
- testTimeTracking
org.apache.kafka.streams.processor.internals.RepartitionOptimizingTest:
+- shouldNotPushRepartitionAcrossValueChangingOperation
- shouldSendCorrectRecords_OPTIMIZED
- shouldSendCorrectResults_NO_OPTIMIZATION
org.apache.kafka.streams.processor.internals.RepartitionTopicConfigTest: