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 6bdb8c4e916 Update test catalog data for GHA workflow run 24053561987
6bdb8c4e916 is described below

commit 6bdb8c4e916a664f23f650b7517521985a7675f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 04:02:53 2026 +0000

    Update test catalog data for GHA workflow run 24053561987
    
    Commit: 
https://github.com/apache/kafka/commit/7b8549f3c4cc26fd2153ef024c2fb743cfe83461
    GitHub Run: https://github.com/apache/kafka/actions/runs/24053561987
---
 test-catalog/streams/integration-tests/tests.yaml |  4 ++++
 test-catalog/streams/tests.yaml                   | 15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 34df1f1cb72..a9ee5fa6df6 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -223,6 +223,10 @@ 
org.apache.kafka.streams.integration.PapiDslIntegrationTest:
 - 
processorShouldAccessKStreamSessionAggregateOnWindowCloseKTableStoreAsTimestampedStore
 - processorShouldAccessKStreamSessionReducedKTableStoreAsTimestampedStore
 - 
processorShouldAccessKStreamSessionReducedOnWindowCloseKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamSlidingAggregatedKTableStoreAsTimestampedStore
+- 
processorShouldAccessKStreamSlidingAggregatedOnWindowCloseKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamSlidingReducedKTableStoreAsTimestampedStore
+- 
processorShouldAccessKStreamSlidingReducedOnWindowCloseKTableStoreAsTimestampedStore
 - processorShouldAccessKStreamWindowAggregatedKTableStoreAsTimestampedStore
 - 
processorShouldAccessKStreamWindowAggregatedOnWindowCloseKTableStoreAsTimestampedStore
 - processorShouldAccessKStreamWindowReducedKTableStoreAsTimestampedStore
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index aa08a87ec0e..95cb2fcfe15 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2526,15 +2526,18 @@ 
org.apache.kafka.streams.processor.internals.SinkNodeTest:
 - shouldThrowStreamsExceptionOnUndefinedValueSerde
 - shouldThrowStreamsExceptionWithExplicitErrorMessage
 
org.apache.kafka.streams.processor.internals.SlidingWindowStoreMaterializerTest:
-- shouldCreateHeadersBuilderWithCachingAndLoggingDisabled
-- shouldCreateHeadersBuilderWithCachingAndLoggingEnabledByDefault
-- shouldCreateHeadersBuilderWithCachingDisabled
-- shouldCreateHeadersBuilderWithLoggingDisabled
-- shouldCreateHeadersStoreWithOnWindowClose
 - shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingDisabled
 - 
shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
 - shouldCreateHeadersStoreWithProvidedSupplierAndCachingDisabled
 - shouldCreateHeadersStoreWithProvidedSupplierAndLoggingDisabled
+- shouldCreateHeadersStoreWithProvidedSupplierOnWindowClose
+- shouldCreateHeadersStoreWithProvidedSupplierOnWindowCloseAndCachingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedBuilderWithCachingDisabled
+- shouldCreateTimestampedBuilderWithLoggingDisabled
+- shouldCreateTimestampedStoreWithOnWindowCloseAndCachingDisabled
+- shouldCreateTimestampedStoreWithOnWindowCloseByDefault
 org.apache.kafka.streams.processor.internals.SourceNodeTest:
 - shouldExposeProcessMetrics
 - shouldProvideTopicHeadersAndDataToKeyDeserializer
@@ -3292,7 +3295,7 @@ 
org.apache.kafka.streams.processor.internals.WindowStoreMaterializerTest:
 - shouldCreateTimestampedBuilderWithCachingDisabled
 - shouldCreateTimestampedBuilderWithLoggingDisabled
 - shouldCreateTimestampedStoreWithOnWindowCloseAndCachingEnabled
-- shouldCreateTimestampedStoreWithOnWindowCloseByDefault
+- shouldCreateTimestampedStoreWithOnWindowCloseByDefaultWithCachingDisabled
 org.apache.kafka.streams.processor.internals.WriteConsistencyVectorTest:
 - shouldSendConsistencyVectorToChangelogTopic
 org.apache.kafka.streams.processor.internals.assignment.AssignmentInfoTest:

Reply via email to