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 4b58ef8b2e2 Update test catalog data for GHA workflow run 21878033751
4b58ef8b2e2 is described below
commit 4b58ef8b2e26c079f2814f2807c37f0156d02da7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 21:06:52 2026 +0000
Update test catalog data for GHA workflow run 21878033751
Commit:
https://github.com/apache/kafka/commit/45b5df2bc7d0d1ed2e40b3c9e0aff2edf8fdda94
GitHub Run: https://github.com/apache/kafka/actions/runs/21878033751
---
test-catalog/streams/tests.yaml | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index d8422d7e9d0..8368acf920f 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3781,6 +3781,19 @@ org.apache.kafka.streams.state.StreamsMetadataTest:
- shouldNotBeEqualIfDifferInStandByTopicPartitions
- shouldNotBeEqualIfDifferInTopicPartitions
- shouldNotBeEqualIfDifferStateStoreNames
+org.apache.kafka.streams.state.ValueTimestampHeadersTest:
+- shouldBeEqualToItself
+- shouldBeEqualWhenSameValues
+- shouldCreateEmptyHeadersWhenHeadersAreNull
+- shouldCreateInstanceWithMake
+- shouldCreateInstanceWithMakeAllowNullable
+- shouldCreateInstanceWithNullValueUsingMakeAllowNullable
+- shouldGetValueOrNull
+- shouldHaveCorrectToString
+- shouldNotBeEqualWhenDifferentHeaders
+- shouldNotBeEqualWhenDifferentTimestamps
+- shouldNotBeEqualWhenDifferentValues
+- shouldReturnNullWhenValueIsNullWithMake
org.apache.kafka.streams.state.internals.BlockBasedTableConfigWithAccessibleCacheTest:
- shouldReturnNoBlockCacheIfNoneIsSet
- shouldSetBlockCacheAndMakeItAccessible
@@ -4186,6 +4199,7 @@
org.apache.kafka.streams.state.internals.GlobalStateStoreProviderTest:
- shouldReturnWindowStore
- shouldThrowExceptionIfStoreIsntOpen
org.apache.kafka.streams.state.internals.HeadersDeserializerTest:
+- shouldAllowDuplicateKeys
- shouldDeserializeEmptyData
- shouldDeserializeNullData
- shouldRoundTripEmptyHeaders
@@ -4197,7 +4211,6 @@
org.apache.kafka.streams.state.internals.HeadersSerializerTest:
- shouldSerializeEmptyHeaders
- shouldSerializeHeaderWithNullValue
- shouldSerializeHeadersWithEmptyValue
-- shouldSerializeHeadersWithSpecialCharacters
- shouldSerializeMultipleHeaders
- shouldSerializeNullHeaders
- shouldSerializeSingleHeader
@@ -5709,6 +5722,28 @@
org.apache.kafka.streams.state.internals.ValueAndTimestampSerializerTest:
- shouldReturnNullWhenTheInternalSerializerReturnsNull
- shouldSerializeNonNullDataUsingTheInternalSerializer
- shouldSerializeNullDataAsNull
+org.apache.kafka.streams.state.internals.ValueTimestampHeadersDeserializerTest:
+- shouldDeserializeNullToNull
+- shouldDeserializeWithEmptyHeaders
+- shouldDeserializeWithHeaderContainingNullValue
+- shouldDeserializeWithMultipleHeaders
+- shouldDeserializeWithSingleHeader
+- shouldExtractEmptyHeaders
+- shouldExtractHeaders
+- shouldExtractTimestamp
+- shouldExtractValue
+- shouldReturnNullForRawValueWhenInputIsNull
+- shouldReturnNullWhenExtractingHeadersFromNull
+- shouldReturnNullWhenSerializingNullValue
+- shouldThrowExceptionWhenDataIsTooShort
+- shouldThrowExceptionWhenExtractingTimestampFromNull
+- shouldThrowExceptionWhenHeadersSizeIsInconsistent
+org.apache.kafka.streams.state.internals.ValueTimestampHeadersSerializerTest:
+- shouldReturnNullWhenSerializingNullValue
+- shouldSerializeAndDeserializeNonNullData
+- shouldSerializeNullDataAsNull
+- shouldSerializeValueWithEmptyHeaders
+- shouldSerializeValueWithMultipleHeaders
org.apache.kafka.streams.state.internals.VersionedKeyValueStoreBuilderTest:
- shouldHaveChangeLoggingStoreByDefault
- shouldHaveChangeLoggingStoreWhenLoggingEnabled