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 546330a6965 Update test catalog data for GHA workflow run 23103379485
546330a6965 is described below

commit 546330a6965afb82c545ffde7ebcedd6ffcbf304
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 15 07:51:42 2026 +0000

    Update test catalog data for GHA workflow run 23103379485
    
    Commit: 
https://github.com/apache/kafka/commit/cae9e80343958c87df5d1486f315649f4cecb7a5
    GitHub Run: https://github.com/apache/kafka/actions/runs/23103379485
---
 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 30b446702ee..901a2db1134 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -73,22 +73,27 @@ 
org.apache.kafka.streams.integration.GlobalThreadShutDownOrderTest:
 
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
 - shouldThrowErrorAfterSourceTopicDeleted
 org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
+- shouldFailDowngradeFromSessionStoreWithHeadersToSessionStore
 - 
shouldFailDowngradeFromTimestampedKeyValueStoreWithHeadersToPlainKeyValueStore
 - 
shouldFailDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStore
 - shouldFailDowngradeFromTimestampedWindowStoreWithHeadersToPlainWindowStore
 - 
shouldFailDowngradeFromTimestampedWindowStoreWithHeadersToTimestampedWindowStore
 - 
shouldMigrateInMemoryPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - shouldMigrateInMemoryPlainWindowStoreToTimestampedWindowStoreWithHeaders
+- shouldMigrateInMemorySessionStoreToSessionStoreWithHeadersUsingPapi
 - 
shouldMigrateInMemoryTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - 
shouldMigrateInMemoryTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
 - 
shouldMigratePersistentPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - shouldMigratePersistentPlainWindowStoreToTimestampedWindowStoreWithHeaders
+- shouldMigratePersistentSessionStoreToSessionStoreWithHeadersUsingPapi
 - 
shouldMigratePersistentTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - 
shouldMigratePersistentTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
 - shouldProxyPlainKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - shouldProxyPlainWindowStoreToTimestampedWindowStoreWithHeaders
+- shouldProxySessionStoreToSessionStoreWithHeaders
 - 
shouldProxyTimestampedKeyValueStoreToTimestampedKeyValueStoreWithHeadersUsingPapi
 - shouldProxyTimestampedWindowStoreToTimestampedWindowStoreWithHeaders
+- 
shouldSuccessfullyDowngradeFromSessionStoreWithHeadersToSessionStoreAfterCleanup
 - 
shouldSuccessfullyDowngradeFromTimestampedKeyValueStoreWithHeadersToPlainKeyValueStoreAfterCleanup
 - 
shouldSuccessfullyDowngradeFromTimestampedKeyValueStoreWithHeadersToTimestampedKeyValueStoreAfterCleanup
 - shouldSuccessfullyDowngradeFromTimestampedWindowStoreWithHeadersAfterCleanup

Reply via email to