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 15:27:01 UTC

[jira] [Commented] (KAFKA-6193) ReassignPartitionsClusterTest.shouldPerformMultipleReassignmentOperationsOverVariousTopics fails sometimes

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

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

GitHub user ijuma opened a pull request:

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

    (WIP) KAFKA-6193: Flaky shouldPerformMultipleReassignmentOperationsOverVariousTopics

    I have been unable to reproduce it locally, so enabled additional
    logging while running it in Jenkins.
    
    ### 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/ijuma/kafka kafka-6193-flaky-shouldPerformMultipleReassignmentOperationsOverVariousTopics

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

    https://github.com/apache/kafka/pull/4283.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 #4283
    
----
commit 3bbbae786432275ed690733f69289fff76f78a9e
Author: Ismael Juma <is...@juma.me.uk>
Date:   2017-12-01T15:21:56Z

    KAFKA-6193: Flaky shouldPerformMultipleReassignmentOperationsOverVariousTopics

----


> ReassignPartitionsClusterTest.shouldPerformMultipleReassignmentOperationsOverVariousTopics fails sometimes
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-6193
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6193
>             Project: Kafka
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Ismael Juma
>             Fix For: 1.1.0
>
>         Attachments: 6193.out
>
>
> From https://builds.apache.org/job/kafka-trunk-jdk8/2198/testReport/junit/kafka.admin/ReassignPartitionsClusterTest/shouldPerformMultipleReassignmentOperationsOverVariousTopics/ :
> {code}
> java.lang.AssertionError: expected:<List(3, 1, 2)> but was:<Vector(0, 1, 2)>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:144)
> 	at kafka.admin.ReassignPartitionsClusterTest.shouldPerformMultipleReassignmentOperationsOverVariousTopics(ReassignPartitionsClusterTest.scala:524)
> {code}



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