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 cf769d28d5e Update test catalog data for GHA workflow run 18246400475
cf769d28d5e is described below

commit cf769d28d5ef52227ee85126a067815e9fea7c60
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 4 20:04:06 2025 +0000

    Update test catalog data for GHA workflow run 18246400475
    
    Commit: 
https://github.com/apache/kafka/commit/d76442e5a68e3350673e71d3e7de0a292abd7d73
    GitHub Run: https://github.com/apache/kafka/actions/runs/18246400475
---
 test-catalog/clients/tests.yaml                   |  3 +++
 test-catalog/metadata/tests.yaml                  |  1 +
 test-catalog/raft/tests.yaml                      |  3 ---
 test-catalog/server-common/tests.yaml             |  4 ++++
 test-catalog/streams/integration-tests/tests.yaml |  1 +
 test-catalog/streams/tests.yaml                   | 11 +++++------
 6 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a3c5b4aaa3e..54857ff9dd1 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3642,8 +3642,11 @@ org.apache.kafka.common.metrics.KafkaMbeanTest:
 - testSetAttribute
 - testSetAttributes
 org.apache.kafka.common.metrics.KafkaMetricTest:
+- testConstructorWithNullProvider
 - testIsMeasurable
 - testIsMeasurableWithGaugeProvider
+- testKafkaMetricAcceptsNonMeasurableNonGaugeProvider
+- testMeasurableValueReturnsZeroWhenNotMeasurable
 org.apache.kafka.common.metrics.KafkaMetricsContextTest:
 - testCreationWithNullNamespaceAndLabels
 - testCreationWithValidNamespaceAndLabels
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 241f8f7af97..6b34fe53c4b 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -385,6 +385,7 @@ 
org.apache.kafka.controller.metrics.ControllerMetricsChangesTest:
 - testTopicChange
 - testTopicElectionResult
 org.apache.kafka.controller.metrics.QuorumControllerMetricsTest:
+- testAvgIdleRatio
 - testLastAppliedRecordMetrics
 - testMetricNames
 - testTimeSinceLastHeartbeatReceivedMs
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index d5ace1427c3..969a4008380 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -722,9 +722,6 @@ org.apache.kafka.raft.internals.ThresholdPurgatoryTest:
 - testExpiration
 - testExternalCompletion
 - testThresholdCompletion
-org.apache.kafka.raft.internals.TimeRatioTest:
-- testRatio
-- testRatioMisalignedWindow
 org.apache.kafka.raft.internals.TreeMapLogHistoryTest:
 - testAddAt
 - testClear
diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index eb3c02800a4..40078bd5d2b 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -15,6 +15,7 @@ org.apache.kafka.queue.KafkaEventQueueTest:
 - testDeferredIsQueuedAfterTriggering
 - testHandleEvents
 - testHandleExceptionThrowingAnException
+- testIdleTimeCallback
 - testInterruptedExceptionHandling
 - testInterruptedWithDeferredEvents
 - testInterruptedWithEmptyQueue
@@ -193,6 +194,9 @@ org.apache.kafka.server.metrics.KafkaYammerMetricsTest:
 - testTaggedMetricName
 - testTaggedMetricNameWithEmptyValue
 - testUntaggedMetric
+org.apache.kafka.server.metrics.TimeRatioTest:
+- testRatio
+- testRatioMisalignedWindow
 org.apache.kafka.server.mutable.BoundedListTest:
 - testAddAll
 - testAddingToBoundedList
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 69882e8e3d6..cbd990cda83 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -241,6 +241,7 @@ 
org.apache.kafka.streams.integration.ResetPartitionTimeIntegrationTest:
 org.apache.kafka.streams.integration.RestoreIntegrationTest:
 - shouldInvokeUserDefinedGlobalStateRestoreListener
 - shouldProcessDataFromStoresWithLoggingDisabled
+- shouldRecordRestoreMetrics
 - shouldRecycleStateFromStandbyTaskPromotedToActiveTaskAndNotRestore
 - shouldRestoreNullRecord
 - shouldRestoreStateFromChangelogTopic
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index bdebd1b45a4..b1c5937c303 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -297,7 +297,6 @@ org.apache.kafka.streams.StreamsConfigTest:
 - shouldSetGroupProtocolToClassic
 - shouldSetGroupProtocolToClassicByDefault
 - shouldSetGroupProtocolToStreams
-- shouldSetInternalLeaveGroupOnCloseConfigToFalseInConsumer
 - shouldSetMinTrafficRackAwareAssignmentConfig
 - shouldSetRackAwareAssignmentTags
 - shouldSpecifyCorrectKeySerdeClassOnError
@@ -2580,8 +2579,10 @@ 
org.apache.kafka.streams.processor.internals.StateRestoreCallbackAdapterTest:
 - shouldThrowOnRestore
 - shouldThrowOnRestoreAll
 org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest:
+- shouldCallRecordRestoreTimeAtTheEndOfRestore
 - shouldCheckCompletionIfPositionLargerThanEndOffset
 - shouldInitializeChangelogAndCheckForCompletion
+- shouldNotCallRecordRestoreTimeIfRestoreDoesNotComplete
 - shouldNotRegisterSameStoreMultipleTimes
 - shouldNotRegisterStoreWithoutMetadata
 - shouldNotThrowOnUnknownRevokedPartition
@@ -2870,7 +2871,6 @@ 
org.apache.kafka.streams.processor.internals.StreamsPartitionAssignorTest:
 - shouldThrowIllegalStateExceptionIfAnyTopicsMissingFromChangelogEndOffsets
 - shouldThrowKafkaExceptionIfReferenceContainerConfigIsNotTaskManagerInstance
 - shouldThrowKafkaExceptionIfReferenceContainerNotConfigured
-- shouldThrowOnEagerSubscription
 - shouldThrowTaskAssignmentExceptionWhenUnableToResolvePartitionCount
 - shouldThrowTimeoutExceptionWhenCreatingChangelogTopicsTimesOut
 - shouldThrowTimeoutExceptionWhenCreatingRepartitionTopicsTimesOut
@@ -4551,7 +4551,7 @@ 
org.apache.kafka.streams.state.internals.MeteredKeyValueStoreTest:
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
 - shouldPutAllToInnerStoreAndRecordPutAllMetric
 - shouldPutIfAbsentAndRecordPutIfAbsentMetric
-- shouldRecordRestoreLatencyOnInit
+- shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
 - shouldRemoveMetricsOnClose
 - shouldSetFlushListenerOnWrappedCachingStore
@@ -4586,7 +4586,7 @@ 
org.apache.kafka.streams.state.internals.MeteredSessionStoreTest:
 - shouldNotThrowNullPointerExceptionIfFetchSessionReturnsNull
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
-- shouldRecordRestoreTimeOnInit
+- shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveFromStoreAndRecordRemoveMetric
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
 - shouldRemoveMetricsOnClose
@@ -4664,7 +4664,6 @@ 
org.apache.kafka.streams.state.internals.MeteredVersionedKeyValueStoreTest:
 - shouldNotSetFlushListenerIfInnerIsNotCaching
 - shouldPassChangelogTopicNameToStateStoreSerde
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
-- shouldRecordMetricsOnInit
 - shouldRemoveMetricsOnCloseEvenIfInnerThrows
 - shouldThrowNullPointerOnDeleteIfKeyIsNull
 - shouldThrowNullPointerOnGetIfKeyIsNull
@@ -4691,7 +4690,7 @@ 
org.apache.kafka.streams.state.internals.MeteredWindowStoreTest:
 - shouldPassDefaultChangelogTopicNameToStateStoreSerdeIfLoggingDisabled
 - shouldPutToInnerStoreAndRecordPutMetrics
 - shouldRecordFlushLatency
-- shouldRecordRestoreLatencyOnInit
+- shouldRecordRestoreLatencyOnRecordRestoreTime
 - shouldRemoveMetricsEvenIfWrappedStoreThrowsOnClose
 - shouldRemoveMetricsOnClose
 - shouldReturnNoRecordWhenFetchedKeyHasExpired

Reply via email to