This is an automated email from the ASF dual-hosted git repository.

github-actions[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 9ef6686d50b Update test catalog data for GHA workflow run 29483595953
9ef6686d50b is described below

commit 9ef6686d50be00296f8fcfd0e2006d4eea3d80fa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 16 11:28:02 2026 +0000

    Update test catalog data for GHA workflow run 29483595953
    
    Commit: 
https://github.com/apache/kafka/commit/cacab1cc81f6355512f8bc449ae02411b77fc51d
    GitHub Run: https://github.com/apache/kafka/actions/runs/29483595953
---
 test-catalog/streams/integration-tests/tests.yaml |  5 +++++
 test-catalog/streams/tests.yaml                   | 17 +++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 41964237432..034df00ea4f 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -105,12 +105,17 @@ 
org.apache.kafka.streams.integration.IQv2EndpointToPartitionsIntegrationTest:
 org.apache.kafka.streams.integration.IQv2HeadersStoreIntegrationTest:
 - shouldFailWithUnknownQueryTypeForKeyQueryAgainstNonHeadersStore
 - shouldFailWithUnknownQueryTypeForRangeQueryAgainstNonHeadersStore
+- shouldFailWithUnknownQueryTypeForWindowKeyQueryAgainstNonHeadersStore
 - shouldHandleTimestampedKeyWithHeadersQuery
 - shouldHandleTimestampedRangeWithHeadersQuery
+- shouldHandleTimestampedWindowKeyWithHeadersQuery
 - shouldNotSeeUnflushedWriteInRangeQueryWhenCachingEnabled
+- shouldNotSeeUnflushedWriteInWindowKeyQueryWhenCachingEnabled
 - shouldReturnEmptyHeadersForTimestampedRangeWithHeadersQueryOnAdapterStore
+- shouldReturnEmptyHeadersForTimestampedWindowKeyWithHeadersQueryOnAdapterStore
 - shouldServeCacheHitWhenCachingEnabledAndRecordNotYetFlushed
 - shouldThrowForTimestampedRangeWithHeadersQueryOnPlainSupplier
+- shouldThrowForTimestampedWindowKeyWithHeadersQueryOnPlainSupplier
 org.apache.kafka.streams.integration.IQv2IntegrationTest:
 - CLASSIC
 - STREAMS
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index e8b709716ef..d86f3bc4d7e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -5375,12 +5375,17 @@ 
org.apache.kafka.streams.state.internals.MeteredTimestampedWindowStoreTest:
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
 
org.apache.kafka.streams.state.internals.MeteredTimestampedWindowStoreWithHeadersTest:
 - shouldCloseUnderlyingStore
+- 
shouldDecrementOpenIteratorsTwiceWhenClosedTwiceForTimestampedWindowKeyWithHeadersQuery
 - shouldDelegateInit
+- shouldLeaveIteratorOpenWhenNextThrowsAndNotClosed
 - shouldNotExceptionIfFetchReturnsNull
 - shouldNotThrowExceptionIfSerdesCorrectlySetFromConstructorParameters
 - shouldNotThrowExceptionIfSerdesCorrectlySetFromProcessorContext
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPropagateWindowKeyQueryBoundsForTimestampedWindowKeyWithHeadersQuery
+- shouldPropagateWrappedStoreFailureForTimestampedWindowKeyWithHeadersQuery
+- shouldTrackNumOpenIteratorsForTimestampedWindowKeyWithHeadersQuery
 - shouldUseHeadersFromValueToDeserializeKeyInAll
 - shouldUseHeadersFromValueToDeserializeKeyInBackwardAll
 - shouldUseHeadersFromValueToDeserializeKeyInBackwardFetchAll
@@ -6063,8 +6068,8 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedWindowSchemaWithoutIn
 - stagedWritesShouldNotAdvanceCommittedPositionUntilCommit
 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedWindowStoreWithHeadersTest:
 - shouldCollectExecutionInfoWhenRequested
+- shouldHandleWindowKeyQuery
 - shouldNotCollectExecutionInfoWhenNotRequested
-- shouldReturnUnknownQueryTypeForWindowKeyQuery
 - shouldReturnUnknownQueryTypeForWindowRangeQuery
 
org.apache.kafka.streams.state.internals.RocksDBTimeOrderedWindowStoreWithHeadersWithIndexTest:
 - shouldBackwardFetchAllInTimeRange
@@ -6470,8 +6475,8 @@ 
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
 - testSize
 
org.apache.kafka.streams.state.internals.RocksDBTimestampedWindowStoreWithHeadersTest:
 - shouldCollectExecutionInfoWhenRequested
+- shouldHandleWindowKeyQuery
 - shouldNotCollectExecutionInfoWhenNotRequested
-- shouldReturnUnknownQueryTypeForWindowKeyQuery
 - shouldReturnUnknownQueryTypeForWindowRangeQuery
 org.apache.kafka.streams.state.internals.RocksDBTransactionBufferTest:
 - shouldAllowStageAfterDeleteRangeToOverride
@@ -7074,6 +7079,14 @@ 
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilde
 - shouldNotWrapHeadersByteStore
 - shouldThrowNullPointerIfInnerIsNull
 - shouldWrapTimestampedStoreAsHeadersStore
+org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilderTest$QueryTests:
+- 
shouldCollectExecutionInfoForTimestampedWindowKeyWithHeadersQueryWhenRequested
+- 
shouldNotCollectExecutionInfoForTimestampedWindowKeyWithHeadersQueryWhenNotRequested
+- shouldReturnEmptyHeadersForTimestampedWindowKeyWithHeadersQueryOnAdapterStore
+- 
shouldReturnHeadersForTimestampedWindowKeyWithHeadersQueryOnHeaderPersistingStore
+- shouldReturnIdenticalResultsForNativeAndAdapterBuiltStores
+- shouldThrowForNegativeStoredTimestampForTimestampedWindowKeyWithHeadersQuery
+- shouldThrowForTimestampedWindowKeyWithHeadersQueryOnPlainSupplier
 
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersSerializerSideEffectTest:
 - shouldPropagateSerializerHeaderSideEffectToChangelog
 org.apache.kafka.streams.state.internals.UtilsTest:

Reply via email to