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 19a64b34a39 Update test catalog data for GHA workflow run 23091576729
19a64b34a39 is described below
commit 19a64b34a398056dccc00329d2fcb817e1dd390c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 18:43:45 2026 +0000
Update test catalog data for GHA workflow run 23091576729
Commit:
https://github.com/apache/kafka/commit/9f15f269d5b67de861014e1e16b51a078274d427
GitHub Run: https://github.com/apache/kafka/actions/runs/23091576729
---
test-catalog/streams/tests.yaml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index c0e1db21b5c..3f2e4465543 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4909,6 +4909,15 @@
org.apache.kafka.streams.state.internals.MeteredSessionStoreWithHeadersTest:
- shouldTimeIteratorDuration
- shouldTrackOldestOpenIteratorTimestamp
- shouldTrackOpenIteratorsMetric
+- shouldUseHeadersFromValueToDeserializeKeyInBackwardFetch
+- shouldUseHeadersFromValueToDeserializeKeyInBackwardFetchRange
+- shouldUseHeadersFromValueToDeserializeKeyInBackwardFindSessions
+- shouldUseHeadersFromValueToDeserializeKeyInBackwardFindSessionsRange
+- shouldUseHeadersFromValueToDeserializeKeyInFetch
+- shouldUseHeadersFromValueToDeserializeKeyInFetchRange
+- shouldUseHeadersFromValueToDeserializeKeyInFindSessions
+- shouldUseHeadersFromValueToDeserializeKeyInFindSessionsByTime
+- shouldUseHeadersFromValueToDeserializeKeyInFindSessionsRange
- shouldWriteBytesToInnerStoreAndRecordPutMetric
- testMetrics
org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStoreTest: