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 f576999d8e6 Update test catalog data for GHA workflow run 22167572909
f576999d8e6 is described below
commit f576999d8e64532932269aea820fab21b49bd6aa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 07:50:43 2026 +0000
Update test catalog data for GHA workflow run 22167572909
Commit:
https://github.com/apache/kafka/commit/8059503601f17cda2fd1b4dea1a06b12e8038e47
GitHub Run: https://github.com/apache/kafka/actions/runs/22167572909
---
test-catalog/streams/tests.yaml | 20 ++++++++++++++++++++
test-catalog/tools/tests.yaml | 1 +
2 files changed, 21 insertions(+)
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 73f8993e978..bec770a79c7 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4743,6 +4743,26 @@
org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStoreTest:
- shouldTrackOpenIteratorsMetric
- shouldWriteBytesToInnerStoreAndRecordPutMetric
- testMetrics
+org.apache.kafka.streams.state.internals.MeteredTimestampedKeyValueStoreWithHeadersTest:
+- shouldCommitInnerWhenCommitTimeRecords
+- shouldDelegateInit
+- shouldDeleteFromInnerStoreAndRecordDeleteMetric
+- shouldGetAllFromInnerStoreAndRecordAllMetric
+- shouldGetBytesFromInnerStoreAndReturnGetMetric
+- shouldGetRangeFromInnerStoreAndRecordRangeMetric
+- shouldNotSetFlushListenerOnWrappedNoneCachingStore
+- shouldNotThrowExceptionIfSerdesCorrectlySetFromConstructorParameters
+- shouldNotThrowExceptionIfSerdesCorrectlySetFromProcessorContext
+- shouldPassChangelogTopicNameToStateStoreSerde
+- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPutAllToInnerStoreAndRecordPutAllMetric
+- shouldPutIfAbsentAndRecordPutIfAbsentMetric
+- shouldSetFlushListenerOnWrappedCachingStore
+- shouldTimeIteratorDuration
+- shouldTrackOldestOpenIteratorTimestamp
+- shouldTrackOpenIteratorsMetric
+- shouldWriteBytesToInnerStoreAndRecordPutMetric
+- testMetrics
org.apache.kafka.streams.state.internals.MeteredTimestampedWindowStoreTest:
- shouldCloseUnderlyingStore
- shouldDelegateInit
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 641542e1131..024732d4c9d 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -847,6 +847,7 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
+- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: