You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/09/11 15:09:00 UTC

[jira] [Created] (KAFKA-7398) Transient test failure: SaslAuthenticatorFailureDelayTest.testInvalidPasswordSaslPlain

Manikumar created KAFKA-7398:
--------------------------------

             Summary: Transient test failure: SaslAuthenticatorFailureDelayTest.testInvalidPasswordSaslPlain
                 Key: KAFKA-7398
                 URL: https://issues.apache.org/jira/browse/KAFKA-7398
             Project: Kafka
          Issue Type: Task
          Components: unit tests
            Reporter: Manikumar


Observed below failure in one of the Jenkins job:

{code}
 java.lang.IllegalArgumentException: Setting the time to 1536609116303 while current time 1536609116553 is newer; this is not allowed
 Stacktrace
 java.lang.IllegalArgumentException: Setting the time to 1536609116303 while current time 1536609116553 is newer; this is not allowed
 at org.apache.kafka.common.utils.MockTime.setCurrentTimeMs(MockTime.java:91)
 at org.apache.kafka.common.network.NetworkTestUtils.waitForChannelClose(NetworkTestUtils.java:100)
 at org.apache.kafka.common.security.authenticator.SaslAuthenticatorFailureDelayTest.createAndCheckClientConnectionFailure(SaslAuthenticatorFailureDelayTest.java:223)
 at org.apache.kafka.common.security.authenticator.SaslAuthenticatorFailureDelayTest.createAndCheckClientAuthenticationFailure(SaslAuthenticatorFailureDelayTest.java:212)
 at org.apache.kafka.common.security.authenticator.SaslAuthenticatorFailureDelayTest.testInvalidPasswordSaslPlain(SaslAuthenticatorFailureDelayTest.java:115)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)