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 e7168365262 Update test catalog data for GHA workflow run 22340286541
e7168365262 is described below
commit e7168365262dba8b9782f67456f7aa80c810305f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 09:28:19 2026 +0000
Update test catalog data for GHA workflow run 22340286541
Commit:
https://github.com/apache/kafka/commit/794f6ceebb2456efd45c667d7e10163a3d0c6141
GitHub Run: https://github.com/apache/kafka/actions/runs/22340286541
---
test-catalog/streams/tests.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b440d7b9c5c..a5fd221213f 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4770,6 +4770,14 @@
org.apache.kafka.streams.state.internals.MeteredTimestampedWindowStoreTest:
- shouldNotThrowExceptionIfSerdesCorrectlySetFromProcessorContext
- shouldPassChangelogTopicNameToStateStoreSerde
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+org.apache.kafka.streams.state.internals.MeteredTimestampedWindowStoreWithHeadersTest:
+- shouldCloseUnderlyingStore
+- shouldDelegateInit
+- shouldNotExceptionIfFetchReturnsNull
+- shouldNotThrowExceptionIfSerdesCorrectlySetFromConstructorParameters
+- shouldNotThrowExceptionIfSerdesCorrectlySetFromProcessorContext
+- shouldPassChangelogTopicNameToStateStoreSerde
+- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
org.apache.kafka.streams.state.internals.MeteredVersionedKeyValueStoreTest:
- shouldDelegateAndAddExecutionInfoOnCustomQuery
- shouldDelegateAndRecordMetricsOnCommit