[
https://issues.apache.org/jira/browse/KAFKA-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011631#comment-16011631
]
ASF GitHub Bot commented on KAFKA-5252:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/3064
KAFKA-5252: Fix transient failures LogCleanerTest testCommitMarkerRemoval
and testAbortMarkerRemoval
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-5252
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3064.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 #3064
----
commit 2e9a259b5780aaf88794411dec60d7b953368ae3
Author: Jason Gustafson <[email protected]>
Date: 2017-05-16T02:15:59Z
KAFKA-5252: Fix transient failures LogCleanerTest testCommitMarkerRemoval
and testAbortMarkerRemoval
----
> Fix flaky test LogCleanerTest.testCommitMarkerRemoval
> -----------------------------------------------------
>
> Key: KAFKA-5252
> URL: https://issues.apache.org/jira/browse/KAFKA-5252
> Project: Kafka
> Issue Type: Sub-task
> Components: clients, core, producer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Fix For: 0.11.0.0
>
>
> Seen recently:
> {code}
> java.lang.AssertionError: expected:<List(4, 5, 6, 7, 8)> but was:<List(3, 4,
> 5, 6, 7, 8)>
> 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.log.LogCleanerTest.testCommitMarkerRemoval(LogCleanerTest.scala:210)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)