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 577b34f9a71 Update test catalog data for GHA workflow run 22613160624
577b34f9a71 is described below

commit 577b34f9a714822b882181ba8a97b2baa39f9c63
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 11:40:54 2026 +0000

    Update test catalog data for GHA workflow run 22613160624
    
    Commit: 
https://github.com/apache/kafka/commit/7ed35ab26b773f29f4c45210bf088f6065e1bfeb
    GitHub Run: https://github.com/apache/kafka/actions/runs/22613160624
---
 test-catalog/streams/integration-tests/tests.yaml |  5 +++++
 test-catalog/streams/tests.yaml                   | 11 +++++++++++
 2 files changed, 16 insertions(+)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index d4e9c05716d..8ac18b5a4be 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -382,6 +382,11 @@ 
org.apache.kafka.streams.integration.TimestampedStoreUpgradeIntegrationTest:
 - shouldProxyKeyValueStoreToTimestampedKeyValueStoreUsingPapi
 - shouldProxyWindowStoreToTimestampedWindowStoreUsingPapi
 - shouldSuccessfullyDowngradeFromTimestampedToRegularKeyValueStoreAfterCleanup
+org.apache.kafka.streams.integration.TimestampedWindowStoreWithHeadersTest:
+- shouldManualUpgradeFromTimestampedToHeaders
+- shouldPutFetchAndDelete
+- shouldRestore
+- shouldSetChangelogTopicProperties
 org.apache.kafka.streams.integration.VersionedKeyValueStoreIntegrationTest:
 - shouldAllowCustomIQv2ForCustomStoreImplementations
 - shouldManualUpgradeFromNonVersionedNonTimestampedToVersioned
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 56204c20f80..97614afbd80 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -6122,6 +6122,17 @@ 
org.apache.kafka.streams.state.internals.TimestampedWindowStoreBuilderTest:
 - shouldThrowNullPointerIfMetricsScopeIsNull
 - shouldThrowNullPointerIfTimeIsNull
 - shouldWrapPlainKeyValueStoreAsTimestampStore
+org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilderTest:
+- shouldDisableCachingWithRetainDuplicates
+- shouldHaveCachingAndChangeLoggingWhenBothEnabled
+- shouldHaveCachingStoreWhenEnabled
+- shouldHaveChangeLoggingStoreByDefault
+- shouldHaveChangeLoggingStoreWhenLoggingEnabled
+- shouldHaveMeteredStoreAsOuterStore
+- shouldNotHaveChangeLoggingStoreWhenDisabled
+- shouldNotWrapHeadersByteStore
+- shouldThrowNullPointerIfInnerIsNull
+- shouldWrapTimestampedStoreAsHeadersStore
 org.apache.kafka.streams.state.internals.ValueAndTimestampSerializerTest:
 - shouldDropSerializedValueIfEqualWithGreaterTimestamp
 - shouldKeepSerializedValueIfOutOfOrder

Reply via email to