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

commit 7bcb23780e79f6ebcabcf36a4cab3f5a2e02f61c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 01:30:35 2026 +0000

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

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 30ec2dabd36..330cdee0716 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -212,6 +212,19 @@ 
org.apache.kafka.streams.integration.NamedTopologyIntegrationTest:
 - shouldRemoveAndReplaceTopologicallyIncompatibleNamedTopology
 org.apache.kafka.streams.integration.OptimizedKTableIntegrationTest:
 - shouldApplyUpdatesToStandbyStore
+org.apache.kafka.streams.integration.PapiDslIntegrationTest:
+- processorShouldAccessAggregatedKTableStoreAsTimestampedStore
+- processorShouldAccessFKJoinedKTableStoreAsTimestampedStore
+- processorShouldAccessFilteredKTableStoreAsTimestampedStore
+- processorShouldAccessJoinedKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamAggregatedKTableStoreAsTimestampedStore
+- processorShouldAccessKStreamReducedKTableStoreAsTimestampedStore
+- processorShouldAccessKTableStoreAsHeadersStoreViaConfig
+- processorShouldAccessKTableStoreAsHeadersStoreViaSupplier
+- processorShouldAccessMappedKTableStoreAsTimestampedStore
+- processorShouldAccessReducedKTableStoreAsTimestampedStore
+- processorShouldAccessSourceKTableStoreAsTimestampedStore
+- processorShouldAccessTransformedKTableStoreAsTimestampedStore
 org.apache.kafka.streams.integration.PauseResumeIntegrationTest:
 - pauseResumeShouldWorkAcrossInstances
 - pausedTopologyShouldNotRestoreStateStores
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 192206ab423..a5c2b0c71b0 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2129,14 +2129,14 @@ 
org.apache.kafka.streams.processor.internals.InternalTopologyBuilderTest:
 - testTopicGroups
 - testTopicGroupsByStateStore
 org.apache.kafka.streams.processor.internals.KeyValueStoreMaterializerTest:
-- shouldCreateDefaultHeadersBuilderWithCachingAndLoggingDisabled
-- shouldCreateDefaultHeadersBuilderWithCachingDisabled
-- shouldCreateDefaultHeadersBuilderWithLoggingDisabled
-- shouldCreateHeadersBuilderWithCachingAndLoggingEnabledByDefault
 - shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingDisabled
 - 
shouldCreateHeadersStoreWithProvidedSupplierAndCachingAndLoggingEnabledByDefault
 - shouldCreateHeadersStoreWithProvidedSupplierAndCachingDisabled
 - shouldCreateHeadersStoreWithProvidedSupplierAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingDisabled
+- shouldCreateTimestampedBuilderWithCachingAndLoggingEnabledByDefault
+- shouldCreateTimestampedBuilderWithCachingDisabled
+- shouldCreateTimestampedBuilderWithLoggingDisabled
 - shouldCreateVersionedStoreWithProvidedSupplierAndLoggingDisabled
 - shouldCreateVersionedStoreWithProvidedSupplierAndLoggingEnabledByDefault
 - shouldNotBuildVersionedStoreWithCachingEvenIfExplicitlySet

Reply via email to