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

commit fa08b2ce728fb66794f152a58c9adec2f046687a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 14 22:41:05 2025 +0000

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

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 538473024a8..1a85450aff7 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -349,6 +349,8 @@ 
org.apache.kafka.controller.metrics.ControllerMetadataMetricsPublisherTest:
 - testPublish
 org.apache.kafka.controller.metrics.ControllerMetadataMetricsTest:
 - testActiveBrokerCountMetric
+- testBrokerRegistrationStateMetrics
+- testControlledShutdownCountMetric
 - testFencedBrokerMetric
 - testGlobalPartitionCountMetric
 - testGlobalTopicCountMetric
@@ -361,18 +363,22 @@ 
org.apache.kafka.controller.metrics.ControllerMetadataMetricsTest:
 - testUpdateUncleanLeaderElection
 org.apache.kafka.controller.metrics.ControllerMetricsChangesTest:
 - testDelta
+- testHandleBrokerControlledShutdown
 - testHandleBrokerFencing
+- testHandleBrokerInControlledShutdownFencing
 - testHandleBrokerUnfencing
 - testHandleDeletedTopic
 - testHandleNewFencedBroker
 - testHandleNewTopic
 - testHandleNewUnfencedBroker
+- testHandleUnregisterBroker
 - testInitialValues
 - testTopicChange
 - testTopicElectionResult
 org.apache.kafka.controller.metrics.QuorumControllerMetricsTest:
 - testLastAppliedRecordMetrics
 - testMetricNames
+- testTimeSinceLastHeartbeatReceivedMs
 - testUpdateEventQueueProcessingTime
 - testUpdateEventQueueTime
 org.apache.kafka.image.AclsDeltaTest:

Reply via email to