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 22b5ccdd5b9 Update test catalog data for GHA workflow run 23025432049
22b5ccdd5b9 is described below

commit 22b5ccdd5b9d7c8766e4818b58a858e8a1c20ace
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 00:48:01 2026 +0000

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

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index ea3b0973a07..d8e584b5273 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -4514,6 +4514,7 @@ 
org.apache.kafka.streams.state.internals.InMemorySessionStoreTest:
 - shouldBackwardFindSessionsToMerge
 - shouldBackwardFindValuesWithinMergingSessionWindowRange
 - 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext
+- shouldCountNumEntries
 - shouldFetchAllSessionsWithSameRecordKey
 - shouldFetchAllSessionsWithinKeyRange
 - shouldFetchAndIterateOverExactBinaryKeys
@@ -4550,6 +4551,7 @@ 
org.apache.kafka.streams.state.internals.InMemoryTimeOrderedKeyValueChangeBuffer
 org.apache.kafka.streams.state.internals.InMemoryWindowStoreTest:
 - shouldBackwardFetchAllInTimeRange
 - 
shouldCloseOpenIteratorsWhenStoreIsClosedAndNotThrowInvalidStateStoreExceptionOnHasNext
+- shouldCountNumEntries
 - shouldEarlyClosedIteratorStillGetAllRecords
 - shouldFetchAllInTimeRange
 - shouldFetchAndIterateOverExactBinaryKeys
@@ -4826,6 +4828,7 @@ 
org.apache.kafka.streams.state.internals.MeteredKeyValueStoreTest:
 - shouldThrowNullPointerOnReverseRangeIfFromIsNull
 - shouldThrowNullPointerOnReverseRangeIfToIsNull
 - shouldTimeIteratorDuration
+- shouldTrackNumKeysMetric
 - shouldTrackOldestOpenIteratorTimestamp
 - shouldTrackOpenIteratorsMetric
 - shouldWriteBytesToInnerStoreAndRecordPutMetric
@@ -4873,6 +4876,7 @@ 
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
 - shouldThrowNullPointerOnRemoveIfWindowIsNull
 - shouldThrowNullPointerOnRemoveIfWrappedKeyIsNull
 - shouldTimeIteratorDuration
+- shouldTrackNumKeysMetric
 - shouldTrackOldestOpenIteratorTimestamp
 - shouldTrackOpenIteratorsMetric
 - shouldWriteBytesToInnerStoreAndRecordPutMetric
@@ -5023,6 +5027,7 @@ 
org.apache.kafka.streams.state.internals.MeteredWindowStoreTest:
 - shouldThrowNullPointerOnFetchIfKeyIsNull
 - shouldThrowNullPointerOnPutIfKeyIsNull
 - shouldTimeIteratorDuration
+- shouldTrackNumKeysMetric
 - shouldTrackOldestOpenIteratorTimestamp
 - shouldTrackOpenIteratorsMetric
 - testMetrics
@@ -6546,6 +6551,7 @@ 
org.apache.kafka.streams.state.internals.metrics.RocksDBMetricsTest:
 - shouldGetNumberOfOpenFilesSensor
 - shouldGetWriteStallDurationSensor
 org.apache.kafka.streams.state.internals.metrics.StateStoreMetricsTest:
+- shouldAddNumKeysGauge
 - shouldGetAllSensor
 - shouldGetDeleteSensor
 - shouldGetFetchSensor

Reply via email to