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 b53d2a2e275 Update test catalog data for GHA workflow run 21731664407
b53d2a2e275 is described below
commit b53d2a2e275555459fb65b2d11879ac3cb890fce
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 01:19:05 2026 +0000
Update test catalog data for GHA workflow run 21731664407
Commit:
https://github.com/apache/kafka/commit/4783f6ad1f8e6237fd92a8dbf284cfcdd7365d9b
GitHub Run: https://github.com/apache/kafka/actions/runs/21731664407
---
test-catalog/streams/tests.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index bfc863640f0..1d17ac1ebb9 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4182,6 +4182,22 @@
org.apache.kafka.streams.state.internals.GlobalStateStoreProviderTest:
- shouldReturnTimestampedWindowStoreAsWindowStore
- shouldReturnWindowStore
- shouldThrowExceptionIfStoreIsntOpen
+org.apache.kafka.streams.state.internals.HeadersDeserializerTest:
+- shouldDeserializeEmptyData
+- shouldDeserializeNullData
+- shouldRoundTripEmptyHeaders
+- shouldRoundTripHeaderWithEmptyValue
+- shouldRoundTripHeaderWithNullValue
+- shouldRoundTripMultipleHeaders
+- shouldRoundTripSingleHeader
+org.apache.kafka.streams.state.internals.HeadersSerializerTest:
+- shouldSerializeEmptyHeaders
+- shouldSerializeHeaderWithNullValue
+- shouldSerializeHeadersWithEmptyValue
+- shouldSerializeHeadersWithSpecialCharacters
+- shouldSerializeMultipleHeaders
+- shouldSerializeNullHeaders
+- shouldSerializeSingleHeader
org.apache.kafka.streams.state.internals.InMemoryKeyValueLoggedStoreTest:
- prefixScanShouldNotThrowConcurrentModificationException
- shouldDeleteFromStore