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 0d3284af61b Update test catalog data for GHA workflow run 26854806909
0d3284af61b is described below
commit 0d3284af61b9bf0d6b51c334e41552b4a1d167c6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 03:54:00 2026 +0000
Update test catalog data for GHA workflow run 26854806909
Commit:
https://github.com/apache/kafka/commit/9956b49816deb77e5d022f2a42505bd9cfe23fc9
GitHub Run: https://github.com/apache/kafka/actions/runs/26854806909
---
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 b7383d6d7a7..adbb632a046 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4975,13 +4975,22 @@
org.apache.kafka.streams.state.internals.MeteredKeyValueStoreTest:
- shouldNotThrowNullPointerExceptionIfGetReturnsNull
- shouldPassChangelogTopicNameToStateStoreSerde
- shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
+- shouldPassReadCommittedThroughToInner
- shouldPassRecordHeadersToValueDeserializerWhenFlushListenerIsSet
- shouldPutAllToInnerStoreAndRecordPutAllMetric
- shouldPutIfAbsentAndRecordPutIfAbsentMetric
+- shouldReadOnlyViewAllApplySerdesAndRecordAllMetric
+- shouldReadOnlyViewApproximateNumEntriesDelegatesToUnderlying
+- shouldReadOnlyViewGetApplySerdesAndRecordGetMetric
+- shouldReadOnlyViewPrefixScanApplySerdesAndRecordPrefixScanMetric
+- shouldReadOnlyViewRangeApplySerdesAndRecordRangeMetric
+- shouldReadOnlyViewReverseAllApplySerdesAndRecordAllMetric
+- shouldReadOnlyViewReverseRangeApplySerdesAndRecordRangeMetric
- shouldRecordRestoreLatencyOnRecordRestoreTime
- shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
- shouldRemoveMetricsOnClose
- shouldSetFlushListenerOnWrappedCachingStore
+- shouldThrowNpeOnNullIsolationLevel
- shouldThrowNullPointerOnDeleteIfKeyIsNull
- shouldThrowNullPointerOnGetIfKeyIsNull
- shouldThrowNullPointerOnPrefixScanIfPrefixIsNull