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 68177459a6b Update test catalog data for GHA workflow run 23668499472
68177459a6b is described below

commit 68177459a6bef800ebf0954390b60cbcce22a977
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 01:01:40 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 3a7230313b6..9e693c9f9ae 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4854,6 +4854,7 @@ 
org.apache.kafka.streams.state.internals.MeteredKeyValueStoreTest:
 - shouldNotThrowNullPointerExceptionIfGetReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
 - shouldPutAllToInnerStoreAndRecordPutAllMetric
 - shouldPutIfAbsentAndRecordPutIfAbsentMetric
 - shouldRecordRestoreLatencyOnRecordRestoreTime
@@ -4892,6 +4893,7 @@ 
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
 - shouldNotThrowNullPointerExceptionIfFetchSessionReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
 - shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveFromStoreAndRecordRemoveMetric
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
@@ -5072,6 +5074,7 @@ 
org.apache.kafka.streams.state.internals.MeteredWindowStoreTest:
 - shouldNotThrowNullPointerExceptionIfFetchReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
 - shouldPutToInnerStoreAndRecordPutMetrics
 - shouldRecordCommitLatency
 - shouldRecordRestoreLatencyOnRecordRestoreTime

Reply via email to