frankvicky commented on PR #16384: URL: https://github.com/apache/kafka/pull/16384#issuecomment-2185692698
> @frankvicky could you please take a look at filed test? that may be related to this PR? > > ``` > org.opentest4j.AssertionFailedError: Condition not met within timeout 15000. Metric not updated failed-authentication-total expected:<1.0> but was:<24.0> ==> expected: <true> but was: <false> > 栈跟踪 > org.opentest4j.AssertionFailedError: Condition not met within timeout 15000. Metric not updated failed-authentication-total expected:<1.0> but was:<24.0> ==> expected: <true> but was: <false> > at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) > at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) > at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) > at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) > at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214) > at app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:397) > at app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:445) > at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:394) > at app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:378) > at app//org.apache.kafka.common.network.NioEchoServer.waitForMetrics(NioEchoServer.java:213) > at app//org.apache.kafka.common.network.NioEchoServer.verifyAuthenticationMetrics(NioEchoServer.java:172) > at app//org.apache.kafka.common.network.SslTransportLayerTest.testUnsupportedCiphers(SslTransportLayerTest.java:650) > at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) > at [email protected]/java.lang.reflect.Method.invoke(Method.java:580) > ``` I will take a look 😨 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
