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

commit ad3cb5ef135bb3ca517d2571a582de09089f30a7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 20:39:34 2026 +0000

    Update test catalog data for GHA workflow run 22775925154
    
    Commit: 
https://github.com/apache/kafka/commit/5fc5d7591c515f91dd8b1a92fec40aacb1a31f1a
    GitHub Run: https://github.com/apache/kafka/actions/runs/22775925154
---
 test-catalog/streams/integration-tests/tests.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 8ac18b5a4be..79335339c53 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -67,9 +67,14 @@ 
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
 
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
 - shouldThrowErrorAfterSourceTopicDeleted
 org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
+- 
shouldFailDowngradeFromTimestampedWindowStoreWithHeadersToTimestampedWindowStore
 - 
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
+- 
shouldMigrateInMemoryTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
 - 
shouldMigratePersistentTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
+- 
shouldMigratePersistentTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
 - 
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
+- shouldProxyTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+- shouldSuccessfullyDowngradeFromTimestampedWindowStoreWithHeadersAfterCleanup
 
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
 - shouldScaleOutWithWarmupTasksAndInMemoryStores
 - shouldScaleOutWithWarmupTasksAndPersistentStores

Reply via email to