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 24b4990b818 Update test catalog data for GHA workflow run 28927575586
24b4990b818 is described below
commit 24b4990b818506591a8c8a67de7fde178a0c3890
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 11:16:23 2026 +0000
Update test catalog data for GHA workflow run 28927575586
Commit:
https://github.com/apache/kafka/commit/eb7096dcf65b422bf346ed46fb8a9ebfc2612e72
GitHub Run: https://github.com/apache/kafka/actions/runs/28927575586
---
test-catalog/core/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 4 ++++
test-catalog/streams/tests.yaml | 28 +++++++++++++----------
3 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 42799a6dd5a..bf54aa93361 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2407,6 +2407,7 @@ kafka.server.share.DelayedShareFetchTest:
- testTryCompleteWhenMinBytesNotSatisfiedOnSubsequentFetch
- testTryCompleteWhenPartitionMaxBytesStrategyThrowsException
kafka.server.share.ReplicaManagerLogReaderTest:
+- testReadAsyncCompletesExceptionallyWhenLocalReadThrows
- testReadAsyncFollowsRemoteWhenTieredAndReadRemoteTrue
- testReadAsyncResolvesPartitionsIndependently
- testReadAsyncReturnsEmptyWhenNoPartitionsToFetch
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 4972b91892d..eee14a096ea 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -102,6 +102,10 @@
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest
org.apache.kafka.streams.integration.IQv2EndpointToPartitionsIntegrationTest:
- CLASSIC
- STREAMS
+org.apache.kafka.streams.integration.IQv2HeadersStoreIntegrationTest:
+- shouldFailWithUnknownQueryTypeAgainstNonHeadersStore
+- shouldHandleTimestampedKeyWithHeadersQuery
+- shouldServeCacheHitWhenCachingEnabledAndRecordNotYetFlushed
org.apache.kafka.streams.integration.IQv2IntegrationTest:
- CLASSIC
- STREAMS
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index c17504fbe82..e726e307e33 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -5333,10 +5333,12 @@
org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStoreWithHead
- shouldGetBytesFromInnerStoreAndReturnGetMetric
- shouldGetRangeFromInnerStoreAndRecordRangeMetric
- shouldNotSetFlushListenerOnWrappedNoneCachingStore
+- shouldNotSkipCacheForTimestampedKeyWithHeadersQueryByDefault
- shouldNotThrowExceptionIfSerdesCorrectlySetFromConstructorParameters
- shouldNotThrowExceptionIfSerdesCorrectlySetFromProcessorContext
- shouldPassChangelogTopicNameToStateStoreSerde
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPropagateSkipCacheForTimestampedKeyWithHeadersQuery
- shouldPutAllToInnerStoreAndRecordPutAllMetric
- shouldPutIfAbsentAndRecordPutIfAbsentMetric
- shouldSetFlushListenerOnWrappedCachingStore
@@ -6339,6 +6341,7 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
- shouldFailWhenBothPlainAndTimestampedDataExist
- shouldHandleDeletesAndPutBackOnRestoreAll
- shouldHandleDeletesOnRestoreAll
+- shouldHandleKeyQuery
- shouldHandleToggleOfEnablingBloomFilters
- shouldHandleTombstoneRecords
- shouldMatchPositionAfterPut
@@ -6382,7 +6385,8 @@
org.apache.kafka.streams.state.internals.RocksDBTimestampedStoreWithHeadersTest:
- shouldReturnSameResultsForGetAndRangeWithEqualKeys
- shouldReturnSameResultsForGetAndReverseRangeWithEqualKeys
- shouldReturnUUIDsWithStringPrefix
-- shouldReturnUnknownQueryTypeForQuery
+- shouldReturnUnknownQueryTypeForRangeQuery
+- shouldReturnUnknownQueryTypeForUnsupportedQuery
- shouldReturnValueOnRange
- shouldReturnValueOnRangeKeyToNull
- shouldReturnValueOnRangeNullToKey
@@ -6911,26 +6915,26 @@
org.apache.kafka.streams.state.internals.TimestampedKeyValueStoreBuilderTest:
- shouldThrowNullPointerIfTimeIsNull
- shouldWrapPlainKeyValueStoreAsTimestampStore
org.apache.kafka.streams.state.internals.TimestampedKeyValueStoreBuilderWithHeadersTest:
-- shouldCollectExecutionInfoForQueryOnAdaptedTimestampedStore
-- shouldCollectExecutionInfoForQueryOnHeadersStore
-- shouldHandleKeyQueryOnAdaptedTimestampedStore
-- shouldHandleKeyQueryOnInMemoryStore
-- shouldHandleTimestampedKeyQueryOnAdaptedTimestampedStore
-- shouldHandleTimestampedKeyQueryOnInMemoryStore
+- shouldCollectExecutionInfoForTimestampedKeyWithHeadersQueryWhenRequested
+- shouldCollectExecutionInfoWhenRequested
+- shouldFailTimestampedKeyWithHeadersQueryForNegativeStoredTimestamp
+- shouldHandleKeyQuery
+- shouldHandleTimestampedKeyQuery
- shouldHaveCachingAndChangeLoggingWhenBothEnabled
- shouldHaveCachingStoreWhenEnabled
- shouldHaveChangeLoggingStoreByDefault
- shouldHaveChangeLoggingStoreWhenLoggingEnabled
- shouldHaveMeteredStoreAsOuterStore
-- shouldMaintainPositionAcrossOperationsOnHeadersStore
+-
shouldNotCollectExecutionInfoForTimestampedKeyWithHeadersQueryWhenNotRequested
- shouldNotHaveChangeLoggingStoreWhenDisabled
- shouldNotThrowNullPointerIfKeySerdeIsNull
- shouldNotThrowNullPointerIfValueSerdeIsNull
- shouldNotWrapTimestampedByteStore
-- shouldReturnPositionFromAdaptedTimestampedStore
-- shouldReturnPositionFromHeadersStore
-- shouldReturnPositionFromInMemoryStore
-- shouldReturnUnknownQueryTypeForKeyQueryOnHeadersStore
+- shouldReflectFlushTimingForTimestampedKeyWithHeadersQueryOnAdapterStore
+- shouldReflectFlushTimingForTimestampedKeyWithHeadersQueryOnPlainLegacyStore
+- shouldReturnEmptyPositionInitially
+- shouldReturnHeadersForTimestampedKeyWithHeadersQueryOnHeaderPersistingStore
+- shouldReturnIdenticalResultsForNativeAndAdapterBuiltStores
- shouldReturnUnknownQueryTypeForRangeQueryOnHeadersStore
- shouldThrowNullPointerIfInnerIsNull
- shouldThrowNullPointerIfMetricsScopeIsNull