[ https://issues.apache.org/jira/browse/KAFKA-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-5889. ----------------------------------- Resolution: Won't Fix MetricsTest.testMetricsLeak was removed by https://github.com/apache/kafka/commit/7132a85fc394bc0627fe1763c17cb523d8a8ff37 > MetricsTest.testMetricsLeak is flaky > ------------------------------------ > > Key: KAFKA-5889 > URL: https://issues.apache.org/jira/browse/KAFKA-5889 > Project: Kafka > Issue Type: Test > Components: unit tests > Reporter: Ted Yu > Priority: Major > > The following appeared in several recent builds (e.g. > https://builds.apache.org/job/kafka-trunk-jdk7/2758) : > {code} > kafka.metrics.MetricsTest > testMetricsLeak FAILED > java.lang.AssertionError: expected:<1216> but was:<1219> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > kafka.metrics.MetricsTest$$anonfun$testMetricsLeak$1.apply$mcVI$sp(MetricsTest.scala:68) > at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160) > at kafka.metrics.MetricsTest.testMetricsLeak(MetricsTest.scala:66) > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)