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 1b83484e554 Update test catalog data for GHA workflow run 23992935467
1b83484e554 is described below
commit 1b83484e554c6e470b9473828a70a39331e7d6d8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 5 06:16:19 2026 +0000
Update test catalog data for GHA workflow run 23992935467
Commit:
https://github.com/apache/kafka/commit/1bf7d6032b9b4171f510dc9a1c7e0243410e27f5
GitHub Run: https://github.com/apache/kafka/actions/runs/23992935467
---
test-catalog/streams/tests.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 8536edd2f86..aa08a87ec0e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -713,6 +713,8 @@ org.apache.kafka.streams.kstream.internals.ChangedSerdeTest:
- serializerShouldThrowIfGivenAChangeWithBothNewAndOldValuesAsNull
- serializerShouldThrowIfGivenAChangeWithBothNonNullNewAndOldValuesAndIsUpgrade
- shouldDeserializeReservedVersions3Through5
+- shouldPassHeadersToUnderlyingDeserializer
+- shouldPassHeadersToUnderlyingSerializer
- shouldSerializeAndDeserializeChangeWithNonNullNewAndOldValues
- shouldSerializeAndDeserializeChangeWithNonNullNewValueAndNullOldValue
- shouldSerializeAndDeserializeChangeWithNullNewValueAndNonNullOldValue
@@ -1546,6 +1548,9 @@
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.CombinedKeySchemaTest:
- nullPrefixKeySerdeTest
- nullPrimaryKeySerdeTest
- prefixKeySerdeTest
+- shouldPassHeadersToUnderlyingDeserializersOnFromBytes
+- shouldPassHeadersToUnderlyingSerializerOnPrefixBytes
+- shouldPassHeadersToUnderlyingSerializersOnToBytes
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.ForeignTableJoinProcessorSupplierTests:
- shouldIgnoreRecordWithNullKey
- shouldNotMatchForeignKeysHavingThisFKAsPrefix
@@ -1626,6 +1631,8 @@
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionSendProces
- leftJoinShouldPropagateNewRecordOfUnchangedFK
- leftJoinShouldPropagateNothingWhenOldAndNewLeftValueIsNull
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionWrapperSerdeTest:
+- shouldPassHeadersToUnderlyingDeserializer
+- shouldPassHeadersToUnderlyingSerializer
- shouldSerdeNullHashV0Test
- shouldSerdeNullHashV1Test
- shouldSerdeNullPrimaryPartitionOnV0Test
@@ -6561,9 +6568,12 @@ org.apache.kafka.streams.state.internals.UtilsTest:
- testRawTimestampedValueWithSerdes
- testRawTimestampedValueWithoutTimestamp
- testReadBytes
+org.apache.kafka.streams.state.internals.ValueAndTimestampDeserializerTest:
+- shouldPassHeadersToUnderlyingDeserializer
org.apache.kafka.streams.state.internals.ValueAndTimestampSerializerTest:
- shouldDropSerializedValueIfEqualWithGreaterTimestamp
- shouldKeepSerializedValueIfOutOfOrder
+- shouldPassHeadersToUnderlyingSerializer
- shouldReturnNullWhenTheInternalSerializerReturnsNull
- shouldSerializeNonNullDataUsingTheInternalSerializer
- shouldSerializeNullDataAsNull