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 2d468d6c8d0 Update test catalog data for GHA workflow run 23959556273
2d468d6c8d0 is described below

commit 2d468d6c8d0bc0a66e728c4d8ba01501d53fd93e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 22:36:38 2026 +0000

    Update test catalog data for GHA workflow run 23959556273
    
    Commit: 
https://github.com/apache/kafka/commit/02dca7adce42474f09583a52c50575a9a077f8e7
    GitHub Run: https://github.com/apache/kafka/actions/runs/23959556273
---
 test-catalog/streams/integration-tests/tests.yaml |  4 ++++
 test-catalog/streams/tests.yaml                   | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 1eec560fc67..34df1f1cb72 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
+- processorShouldAccessKStreamSessionAggregateKTableStoreAsTimestampedStore
+- 
processorShouldAccessKStreamSessionAggregateOnWindowCloseKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamSessionReducedKTableStoreAsTimestampedStore
+- 
processorShouldAccessKStreamSessionReducedOnWindowCloseKTableStoreAsTimestampedStore
 - processorShouldAccessKStreamWindowAggregatedKTableStoreAsTimestampedStore
 - 
processorShouldAccessKStreamWindowAggregatedOnWindowCloseKTableStoreAsTimestampedStore
 - processorShouldAccessKStreamWindowReducedKTableStoreAsTimestampedStore
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 1f112389ba2..8536edd2f86 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2500,6 +2500,19 @@ 
org.apache.kafka.streams.processor.internals.RepartitionTopicsTest:
 
org.apache.kafka.streams.processor.internals.RepartitionWithMergeOptimizingTest:
 - shouldSendCorrectRecords_OPTIMIZED
 - shouldSendCorrectResults_NO_OPTIMIZATION
+org.apache.kafka.streams.processor.internals.SessionStoreMaterializerTest:
+- shouldCreateHeadersBuilderWithCachingAndLoggingDisabled
+- shouldCreateHeadersBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateHeadersBuilderWithCachingDisabled
+- shouldCreateHeadersBuilderWithLoggingDisabled
+- shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingDisabled
+- 
shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
+- shouldCreateHeadersStoreWithProvidedSupplierAndCachingDisabled
+- shouldCreateHeadersStoreWithProvidedSupplierAndLoggingDisabled
+- shouldCreateHeadersStoreWithProvidedSupplierOnWindowClose
+- 
shouldCreateHeadersStoreWithProvidedSupplierOnWindowCloseAndAutoDisableCaching
+- shouldCreateSessionStoreWithOnWindowCloseAndAutoDisableCaching
+- shouldCreateSessionStoreWithOnWindowCloseByDefault
 org.apache.kafka.streams.processor.internals.SinkNodeTest:
 - shouldThrowStreamsExceptionOnInputRecordWithInvalidTimestamp
 - shouldThrowStreamsExceptionOnUndefinedKeySerde

Reply via email to