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 c2e3ca163ef Update test catalog data for GHA workflow run 22370040983
c2e3ca163ef is described below
commit c2e3ca163efe8e174ef9e09aa9e8b9327bede701
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 23:25:09 2026 +0000
Update test catalog data for GHA workflow run 22370040983
Commit:
https://github.com/apache/kafka/commit/7395d4e88fe3bf0557f0a74d36f026eb5e479d00
GitHub Run: https://github.com/apache/kafka/actions/runs/22370040983
---
test-catalog/streams/tests.yaml | 50 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index a5fd221213f..c6724d42738 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3717,6 +3717,16 @@ org.apache.kafka.streams.query.StateQueryResultTest:
org.apache.kafka.streams.query.VersionedKeyQueryTest:
- shouldThrowNPEWithNullAsOftimestamp
- shouldThrowNPEWithNullKey
+org.apache.kafka.streams.state.AggregationWithHeadersTest:
+- shouldAllowNullableAggregation
+- shouldCreateAggregationWithHeaders
+- shouldGetAggregationOrNull
+- shouldImplementEquals
+- shouldImplementToString
+- shouldNotBeEqualWithDifferentAggregations
+- shouldNotBeEqualWithDifferentHeaders
+- shouldNotCreateWithNullHeaders
+- shouldReturnNullForNullAggregation
org.apache.kafka.streams.state.HeadersBytesStoreTest:
- shouldConvertEmptyValueToHeaderFormat
- shouldConvertLegacyValueToHeaderFormat
@@ -3801,6 +3811,19 @@ org.apache.kafka.streams.state.ValueTimestampHeadersTest:
- shouldNotBeEqualWhenDifferentTimestamps
- shouldNotBeEqualWhenDifferentValues
- shouldReturnNullWhenValueIsNullWithMake
+org.apache.kafka.streams.state.internals.AggregationWithHeadersDeserializerTest:
+- shouldDeserializeAggregationWithEmptyHeaders
+- shouldDeserializeAggregationWithHeaders
+- shouldDeserializeNullAsNull
+- shouldExtractHeaders
+- shouldReturnNullForNullInput
+- shouldThrowOnInvalidFormat
+org.apache.kafka.streams.state.internals.AggregationWithHeadersSerializerTest:
+- shouldHandleNullAggregationInAggregationWithHeaders
+- shouldSerializeAggregationWithEmptyHeaders
+- shouldSerializeAggregationWithHeaders
+- shouldSerializeAndDeserializeConsistently
+- shouldSerializeNullAsNull
org.apache.kafka.streams.state.internals.BlockBasedTableConfigWithAccessibleCacheTest:
- shouldReturnNoBlockCacheIfNoneIsSet
- shouldSetBlockCacheAndMakeItAccessible
@@ -4719,6 +4742,33 @@
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
- shouldTrackOpenIteratorsMetric
- shouldWriteBytesToInnerStoreAndRecordPutMetric
- testMetrics
+org.apache.kafka.streams.state.internals.MeteredSessionStoreWithHeadersTest:
+- shouldBackwardFetchForKeyAndRecordFetchMetric
+- shouldBackwardFetchRangeFromStoreAndRecordFetchMetric
+- shouldBackwardFindSessionRangeFromStoreAndRecordFetchMetric
+- shouldBackwardFindSessionsFromStoreAndRecordFetchMetric
+- shouldCloseInnerStore
+- shouldDelegateInit
+- shouldFetchForKeyAndRecordFetchMetric
+- shouldFetchRangeFromStoreAndRecordFetchMetric
+- shouldFetchSessionAndReturnValueWithHeaders
+- shouldFindSessionRangeFromStoreAndRecordFetchMetric
+- shouldFindSessionsFromStoreAndRecordFetchMetric
+- shouldRecordRestoreTime
+- shouldRemoveFromStoreAndRecordRemoveMetric
+- shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
+- shouldRemoveMetricsOnClose
+- shouldReturnNullOnFetchSessionWhenSessionDoesNotExist
+- shouldSetFlushListenerOnWrappedCachingStore
+- shouldThrowNullPointerOnFetchSessionIfKeyIsNull
+- shouldThrowNullPointerOnPutIfKeyIsNull
+- shouldThrowNullPointerOnPutIfWrappedKeyIsNull
+- shouldThrowNullPointerOnRemoveIfKeyIsNull
+- shouldTimeIteratorDuration
+- shouldTrackOldestOpenIteratorTimestamp
+- shouldTrackOpenIteratorsMetric
+- shouldWriteBytesToInnerStoreAndRecordPutMetric
+- testMetrics
org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStoreTest:
- shouldCommitInnerWhenCommitTimeRecords
- shouldDelegateInit