Jason Gustafson created KAFKA-4184: -------------------------------------- Summary: Test failure in ReplicationQuotasTest.shouldBootstrapTwoBrokersWithFollowerThrottle Key: KAFKA-4184 URL: https://issues.apache.org/jira/browse/KAFKA-4184 Project: Kafka Issue Type: Bug Components: unit tests Reporter: Jason Gustafson Assignee: Ben Stopford
Seen here: https://builds.apache.org/job/kafka-trunk-jdk7/1544/. {code} unit.kafka.server.ReplicationQuotasTest > shouldBootstrapTwoBrokersWithFollowerThrottle FAILED java.lang.AssertionError: expected:<3.0E7> but was:<2.060725619683527E7> 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 unit.kafka.server.ReplicationQuotasTest$$anonfun$shouldMatchQuotaReplicatingThroughAnAsymmetricTopology$14.apply(ReplicationQuotasTest.scala:172) at unit.kafka.server.ReplicationQuotasTest$$anonfun$shouldMatchQuotaReplicatingThroughAnAsymmetricTopology$14.apply(ReplicationQuotasTest.scala:168) at scala.collection.Iterator$class.foreach(Iterator.scala:727) at scala.collection.AbstractIterator.foreach(Iterator.scala:1157) at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) at unit.kafka.server.ReplicationQuotasTest.shouldMatchQuotaReplicatingThroughAnAsymmetricTopology(ReplicationQuotasTest.scala:168) at unit.kafka.server.ReplicationQuotasTest.shouldBootstrapTwoBrokersWithFollowerThrottle(ReplicationQuotasTest.scala:74) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)