You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sibelle (Jira)" <ji...@apache.org> on 2021/05/14 12:27:00 UTC

[jira] [Created] (KAFKA-12786) Getting SslTransportLayerTest error

Sibelle created KAFKA-12786:
-------------------------------

             Summary: Getting SslTransportLayerTest error 
                 Key: KAFKA-12786
                 URL: https://issues.apache.org/jira/browse/KAFKA-12786
             Project: Kafka
          Issue Type: Bug
          Components: unit tests
         Environment: Ububtu 20.04
            Reporter: Sibelle
         Attachments: Error.png

SaslAuthenticatorTest > testRepeatedValidSaslPlainOverSsl() PASSED
org.apache.kafka.common.network.SslTransportLayerTest.testUnsupportedTLSVersion(Args)[1] failed, log available in /kafka/clients/build/reports/testOutput/org.apache.kafka.common.network.SslTransportLayerTest.testUnsupportedTLSVersion(Args)[1].test.stdout

SslTransportLayerTest > [1] tlsProtocol=TLSv1.2, useInlinePem=false FAILED
    org.opentest4j.AssertionFailedError: Condition not met within timeout 15000. Metric not updated failed-authentication-total expected:<1.0> but was:<0.0> ==> expected: <true> but was: <false>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:193)
        at org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:320)
        at org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:368)
        at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:317)
        at org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:301)
        at org.apache.kafka.common.network.NioEchoServer.waitForMetrics(NioEchoServer.java:196)
        at org.apache.kafka.common.network.NioEchoServer.verifyAuthenticationMetrics(NioEchoServer.java:155)
        at org.apache.kafka.common.network.SslTransportLayerTest.testUnsupportedTLSVersion(SslTransportLayerTest.java:644)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)