This commit is contained in:
tony tang 2025-10-06 14:41:26 -05:00
parent b6b71021ef
commit 73f0257972
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ class KafkaRequestHandlerTest {
} }
@Test @Test
def testGlobalSharedThreadCounter(): Unit = { def testRequestThreadMetrics(): Unit = {
val time = Time.SYSTEM val time = Time.SYSTEM
val metricsBroker = new RequestChannelMetrics(java.util.Set.of[ApiKeys]) val metricsBroker = new RequestChannelMetrics(java.util.Set.of[ApiKeys])
val metricsController = new RequestChannelMetrics(java.util.Set.of[ApiKeys]) val metricsController = new RequestChannelMetrics(java.util.Set.of[ApiKeys])