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

commit c8504acda2bab3a2db1f7f4f84eca11bc33fa648
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 17:03:30 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 20906018c8f..cd08ef0c94d 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2614,6 +2614,19 @@ 
org.apache.kafka.streams.processor.internals.StateDirectoryTest:
 - shouldThrowProcessorStateExceptionIfTestDirOccupied
 - shouldUnlockStartupStateOnClose
 - shouldUpdateSecurePermissions
+org.apache.kafka.streams.processor.internals.StateManagerUtilConverterTest:
+- shouldReturnIdentityConverterForPlainToHeadersInMemoryKeyValueStore
+- shouldReturnIdentityConverterForPlainToHeadersInMemorySessionStore
+- shouldReturnIdentityConverterForPlainToHeadersInMemoryWindowStore
+- shouldReturnIdentityConverterForPlainToHeadersPersistentKeyValueStore
+- shouldReturnIdentityConverterForPlainToHeadersPersistentSessionStore
+- shouldReturnIdentityConverterForPlainToHeadersPersistentWindowStore
+- shouldReturnIdentityConverterForPlainToTimestampedInMemoryKeyValueStore
+- shouldReturnIdentityConverterForPlainToTimestampedInMemoryWindowStore
+- shouldReturnIdentityConverterForPlainToTimestampedPersistentKeyValueStore
+- shouldReturnIdentityConverterForPlainToTimestampedPersistentWindowStore
+- 
shouldReturnTimestampedConverterForTimestampedToHeadersPersistentKeyValueStore
+- shouldReturnTimestampedConverterForTimestampedToHeadersPersistentWindowStore
 org.apache.kafka.streams.processor.internals.StateManagerUtilTest:
 - shouldNotCloseStateManagerIfUnableToLockTaskDirectory
 - shouldNotWipeStateStoresIfUnableToLockTaskDirectory
@@ -3800,6 +3813,19 @@ org.apache.kafka.streams.state.HostInfoTest:
 - shouldReturnNullHostInfoForEmptyEndPoint
 - shouldReturnNullHostInfoForNullEndPoint
 - shouldThrowConfigExceptionForNonsenseEndPoint
+org.apache.kafka.streams.state.QueryableStoreTypesWithHeadersTest:
+- shouldAcceptRegularKeyValueStoreForKeyValueStoreType
+- shouldAcceptRegularSessionStoreForSessionStoreType
+- shouldAcceptRegularTimestampedKeyValueStoreForTimestampedKeyValueStoreType
+- shouldAcceptRegularTimestampedWindowStoreForTimestampedWindowStoreType
+- shouldAcceptRegularWindowStoreForWindowStoreType
+- shouldAcceptSessionStoreWithHeadersForSessionStoreType
+- shouldAcceptTimestampedKeyValueStoreWithHeadersForKeyValueStoreType
+- 
shouldAcceptTimestampedKeyValueStoreWithHeadersForTimestampedKeyValueStoreType
+- shouldAcceptTimestampedWindowStoreWithHeadersForTimestampedWindowStoreType
+- shouldAcceptTimestampedWindowStoreWithHeadersForWindowStoreType
+- shouldNotAcceptTimestampedKeyValueStoreWithHeadersForWindowStoreType
+- shouldNotAcceptTimestampedWindowStoreWithHeadersForKeyValueStoreType
 org.apache.kafka.streams.state.StateSerdesTest:
 - shouldReturnSerdesForBuiltInKeyAndValueTypesForBuiltinTypes
 - shouldSerializeAndDeserializeKeyWithHeaders
@@ -4390,12 +4416,16 @@ 
org.apache.kafka.streams.state.internals.GlobalStateStoreProviderTest:
 - shouldNotReturnWindowStoreAsTimestampedStore
 - shouldReturnEmptyItemListIfStoreDoesntExist
 - shouldReturnKeyValueStore
+- shouldReturnKeyValueStoreWithHeadersFacadeForHeadersAwareStore
 - shouldReturnSessionStore
 - shouldReturnSingleItemListIfStoreExists
 - shouldReturnTimestampedKeyValueStore
 - shouldReturnTimestampedKeyValueStoreAsKeyValueStore
+- shouldReturnTimestampedKeyValueStoreWithHeadersFacadeForHeadersAwareStore
 - shouldReturnTimestampedWindowStoreAsWindowStore
+- shouldReturnTimestampedWindowStoreWithHeadersFacadeForHeadersAwareWindowStore
 - shouldReturnWindowStore
+- shouldReturnWindowStoreWithHeadersFacadeForHeadersAwareWindowStore
 - shouldThrowExceptionIfStoreIsntOpen
 org.apache.kafka.streams.state.internals.HeadersDeserializerTest:
 - shouldAllowDuplicateKeys
@@ -6103,8 +6133,12 @@ 
org.apache.kafka.streams.state.internals.StreamThreadStateStoreProviderTest:
 - shouldFindSessionStores
 - shouldFindTimestampedKeyValueStores
 - shouldFindTimestampedKeyValueStoresAsKeyValueStores
+- shouldFindTimestampedKeyValueStoresWithHeaders
+- shouldFindTimestampedKeyValueStoresWithHeadersAsKeyValueStores
 - shouldFindTimestampedWindowStores
 - shouldFindTimestampedWindowStoresAsWindowStore
+- shouldFindTimestampedWindowStoresWithHeaders
+- shouldFindTimestampedWindowStoresWithHeadersAsWindowStores
 - shouldFindWindowStores
 - shouldNotFindKeyValueStoresAsTimestampedStore
 - shouldNotFindWindowStoresAsTimestampedStore

Reply via email to