Matthias J. Sax created KAFKA-7947: -------------------------------------- Summary: Flaky Test EpochDrivenReplicationProtocolAcceptanceTest #shouldFollowLeaderEpochBasicWorkflow Key: KAFKA-7947 URL: https://issues.apache.org/jira/browse/KAFKA-7947 Project: Kafka Issue Type: Bug Components: core, unit tests Affects Versions: 2.2.0 Reporter: Matthias J. Sax Fix For: 2.2.0
To get stable nightly builds for `2.2` release, I create tickets for all observed test failures. [https://jenkins.confluent.io/job/apache-kafka-test/job/2.2/17/] {quote}java.lang.AssertionError: expected:<ListBuffer(EpochEntry(epoch=0, startOffset=0), EpochEntry(epoch=1, startOffset=1))> but was:<ListBuffer(EpochEntry(epoch=0, startOffset=0), EpochEntry(epoch=2, startOffset=1))> 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.server.epoch.EpochDrivenReplicationProtocolAcceptanceTest.shouldFollowLeaderEpochBasicWorkflow(EpochDrivenReplicationProtocolAcceptanceTest.scala:101){quote} -- This message was sent by Atlassian JIRA (v7.6.3#76005)