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 bd4ef31c79a Update test catalog data for GHA workflow run 30427720485
bd4ef31c79a is described below

commit bd4ef31c79a3b47f92cb2eb05e78ac6e4d51304f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 12:08:36 2026 +0000

    Update test catalog data for GHA workflow run 30427720485
    
    Commit: 
https://github.com/apache/kafka/commit/b706c58dd91f2f331a91d8b94b15b0912d1a8242
    GitHub Run: https://github.com/apache/kafka/actions/runs/30427720485
---
 test-catalog/streams/tests.yaml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index fbad04bc770..42c9206cade 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -1491,6 +1491,13 @@ 
org.apache.kafka.streams.kstream.internals.SlidingWindowedKStreamImplTest:
 - shouldThrowNullPointerOnMaterializedReduceIfNamedIsNull
 - shouldThrowNullPointerOnMaterializedReduceIfReducerIsNull
 - shouldThrowNullPointerOnReduceIfReducerIsNull
+org.apache.kafka.streams.kstream.internals.SuppressHeadersScenarioTest:
+- nonWindowedEvictionTriggeredByDifferentKey
+- nonWindowedEvictionTriggeredBySameKey
+- nonWindowedTombstoneMustBeForwarded
+- windowedEvictionTriggeredBySameKeyDifferentWindow
+- windowedEvictionTriggeredBySameKeySameWindow
+- windowedFinalResultsTombstoneIsDropped
 org.apache.kafka.streams.kstream.internals.SuppressScenarioTest:
 - shouldImmediatelyEmitEventsWithZeroEmitAfter
 - shouldSupportFinalResultsForSessionWindows
@@ -6938,12 +6945,21 @@ 
org.apache.kafka.streams.state.internals.TimeOrderedCachingPersistentWindowStore
 org.apache.kafka.streams.state.internals.TimeOrderedKeyValueBufferTest:
 - shouldAcceptData
 - shouldCommit
+- shouldDeserializeEachValuePartWithItsOwnHeadersWhenHeadersEnabled
+- shouldDeserializeEvictedValueWithBufferedHeadersNotEvictionTriggerHeaders
 - shouldEvictOldestAndUpdateSizeAndCountAndMinTimestamp
 - shouldInit
+- shouldKeepPriorValueHeadersWhenOnlyThePlainBytesOfPriorAndOldValueMatch
 - shouldNotRestoreUnrecognizedVersionRecord
+- shouldNotWritePriorValueHeadersWhenPriorAndOldValueShareAnArray
+- shouldPreservePriorValueTimestampAndHeadersAcrossRestoreWhenHeadersEnabled
+- shouldPreservePriorValueTimestampAndHeadersWhenHeadersEnabled
+- shouldPropagateHeadersThroughEviction
 - shouldRejectNullValues
 - shouldRemoveData
 - shouldRespectEvictionPredicate
+- shouldRestoreChangelogWrittenWithHeadersIntoBufferWithoutHeaders
+- shouldRestoreChangelogWrittenWithoutHeadersIntoBufferWithHeaders
 - shouldRestoreOldUnversionedFormat
 - shouldRestoreV1Format
 - shouldRestoreV2Format
@@ -6951,6 +6967,10 @@ 
org.apache.kafka.streams.state.internals.TimeOrderedKeyValueBufferTest:
 - shouldRestoreV3FormatWithV2Header
 - shouldReturnPriorValueForBufferedKey
 - shouldReturnUndefinedOnPriorValueForNotBufferedKey
+- shouldRoundTripDistinctPerValuePartHeadersThroughCommitAndRestore
+- shouldRoundTripHeadersThroughCommitAndRestoreWhenHeadersEnabled
+- shouldSerializeNewValueLastSoItsHeadersWin
+- shouldStorePerValueHeadersInChangelogWhenHeadersEnabled
 - shouldTrackCount
 - shouldTrackMinTimestamp
 - shouldTrackSize
@@ -7165,10 +7185,18 @@ 
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersBuilde
 
org.apache.kafka.streams.state.internals.TimestampedWindowStoreWithHeadersSerializerSideEffectTest:
 - shouldPropagateSerializerHeaderSideEffectToChangelog
 org.apache.kafka.streams.state.internals.UtilsTest:
+- shouldBuildValueTimestampHeadersFromPlainValueTimestampAndHeaders
+- shouldBuildValueTimestampHeadersWithEmptyHeadersLikeTheTimestampOnlyOverload
+- shouldExtractHeadersTimestampPrefixWithEmptyHeaders
+- shouldExtractHeadersTimestampPrefixWithHeaders
 - shouldExtractRawPlainValue
 - shouldExtractRawValueWithEmptyHeaders
+- shouldRebuildValueTimestampHeadersFromPrefixAndPlainValue
+- shouldReturnNullForNullRawHeadersTimestampPrefix
 - shouldReturnNullForNullRawPlainValue
 - shouldReturnNullForNullRawTimestampedValue
+- shouldReturnNullWhenBuildingFromNullPlainValueWithHeaders
+- shouldReturnNullWhenRebuildingFromNullPlainValue
 - testEmptyHeadersAndTimestamp
 - testEmptyHeadersAndTimestampWithInvalidHeaderSizes
 - testRawTimestampedValue

Reply via email to