[ https://issues.apache.org/jira/browse/KAFKA-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552112#comment-15552112 ]
ASF GitHub Bot commented on KAFKA-4262: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1982 KAFKA-4262: Increase data volume in replication test To prevent test from completing without throttling before config change takes effect, produce more messages in the test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-4262 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1982.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 #1982 ---- commit c9259001ec0983fcbd6d903439363dc8bbe0312e Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2016-10-06T14:41:04Z KAFKA-4262: Increase data volume in replication test ---- > Intermittent unit test failure > ReassignPartitionsClusterTest.shouldExecuteThrottledReassignment > ----------------------------------------------------------------------------------------------- > > Key: KAFKA-4262 > URL: https://issues.apache.org/jira/browse/KAFKA-4262 > Project: Kafka > Issue Type: Bug > Components: unit tests > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > > Unit test seen in PR build where PR did not contain any code changes: > https://builds.apache.org/job/kafka-trunk-git-pr-jdk7/6086/testReport/junit/kafka.admin/ReassignPartitionsClusterTest/shouldExecuteThrottledReassignment/ > {quote} > java.lang.AssertionError: Expected replication to be > 4500.0 but was 210 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > kafka.admin.ReassignPartitionsClusterTest.shouldExecuteThrottledReassignment(ReassignPartitionsClusterTest.scala:141) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ... > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)