You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/01 19:13:00 UTC

[jira] [Commented] (KAFKA-6296) Transient failure in NetworkClientTest.testConnectionDelayDisconnected

    [ https://issues.apache.org/jira/browse/KAFKA-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274802#comment-16274802 ] 

ASF GitHub Bot commented on KAFKA-6296:
---------------------------------------

GitHub user hachikuji opened a pull request:

    https://github.com/apache/kafka/pull/4285

    KAFKA-6296: Increase jitter to fix transient failure in NetworkClientTest.testConnectionDelayDisconnected

    ### Committer Checklist (excluded from commit message)
    - [ ] Verify design and implementation 
    - [ ] Verify test coverage and CI build status
    - [ ] Verify documentation (including upgrade notes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hachikuji/kafka KAFKA-6296

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4285.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4285
    
----
commit 04dd99039670c4fbcf8f6030c41fa8f39297838c
Author: Jason Gustafson <ja...@confluent.io>
Date:   2017-12-01T19:09:27Z

    KAFKA-6296: Increase jitter to fix transient failure in NetworkClientTest.testConnectionDelayDisconnected

----


> Transient failure in NetworkClientTest.testConnectionDelayDisconnected
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-6296
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6296
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>              Labels: test-failure
>
> {code}
> java.lang.AssertionError: expected:<17048.0> but was:<23983.0>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:553)
> 	at org.junit.Assert.assertEquals(Assert.java:683)
> 	at org.apache.kafka.clients.NetworkClientTest.testConnectionDelayDisconnected(NetworkClientTest.java:303)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)