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 2c5fc32857a Update test catalog data for GHA workflow run 23923382483
2c5fc32857a is described below
commit 2c5fc32857ae7702c988241aa16986866d7e5d6d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 00:35:24 2026 +0000
Update test catalog data for GHA workflow run 23923382483
Commit:
https://github.com/apache/kafka/commit/1dacfd29a30a19f74e22737ac224a2404c837211
GitHub Run: https://github.com/apache/kafka/actions/runs/23923382483
---
test-catalog/streams/integration-tests/tests.yaml | 4 ++++
test-catalog/streams/tests.yaml | 14 ++++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 330cdee0716..1eec560fc67 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -219,6 +219,10 @@
org.apache.kafka.streams.integration.PapiDslIntegrationTest:
- processorShouldAccessJoinedKTableStoreAsTimestampedStore
- processorShouldAccessKStreamAggregatedKTableStoreAsTimestampedStore
- processorShouldAccessKStreamReducedKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamWindowAggregatedKTableStoreAsTimestampedStore
+-
processorShouldAccessKStreamWindowAggregatedOnWindowCloseKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamWindowReducedKTableStoreAsTimestampedStore
+-
processorShouldAccessKStreamWindowReducedOnWindowCloseKTableStoreAsTimestampedStore
- processorShouldAccessKTableStoreAsHeadersStoreViaConfig
- processorShouldAccessKTableStoreAsHeadersStoreViaSupplier
- processorShouldAccessMappedKTableStoreAsTimestampedStore
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index a5c2b0c71b0..37fa94de41c 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3258,16 +3258,18 @@
org.apache.kafka.streams.processor.internals.TopologyMetadataTest:
- testPauseResume
- testSubtopologyCompare
org.apache.kafka.streams.processor.internals.WindowStoreMaterializerTest:
-- shouldCreateHeadersBuilderWithCachingAndLoggingDisabled
-- shouldCreateHeadersBuilderWithCachingAndLoggingEnabledByDefault
-- shouldCreateHeadersBuilderWithCachingDisabled
-- shouldCreateHeadersBuilderWithLoggingDisabled
-- shouldCreateHeadersStoreWithOnWindowClose
-- shouldCreateHeadersStoreWithOnWindowCloseAndCachingEnabled
- shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingDisabled
-
shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
- shouldCreateHeadersStoreWithProvidedSupplierAndCachingDisabled
- shouldCreateHeadersStoreWithProvidedSupplierAndLoggingDisabled
+- shouldCreateHeadersStoreWithProvidedSupplierOnWindowClose
+- shouldCreateHeadersStoreWithProvidedSupplierOnWindowCloseAndCachingEnabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedBuilderWithCachingDisabled
+- shouldCreateTimestampedBuilderWithLoggingDisabled
+- shouldCreateTimestampedStoreWithOnWindowCloseAndCachingEnabled
+- shouldCreateTimestampedStoreWithOnWindowCloseByDefault
org.apache.kafka.streams.processor.internals.WriteConsistencyVectorTest:
- shouldSendConsistencyVectorToChangelogTopic
org.apache.kafka.streams.processor.internals.assignment.AssignmentInfoTest: