[ https://issues.apache.org/jira/browse/KAFKA-8059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941438#comment-16941438 ]
Guozhang Wang commented on KAFKA-8059: -------------------------------------- [~xujianhai] that would be great. You can find instructions on how to file a PR on "how to contribute": https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes If you are using IDE, you can try first reproduce the issue locally with repeated runs and and then follow the logs to see if it is indeed a flaky test and how to fix it. > Flaky Test DynamicConnectionQuotaTest #testDynamicConnectionQuota > ----------------------------------------------------------------- > > Key: KAFKA-8059 > URL: https://issues.apache.org/jira/browse/KAFKA-8059 > Project: Kafka > Issue Type: Bug > Components: core, unit tests > Affects Versions: 2.2.0, 2.1.1 > Reporter: Matthias J. Sax > Priority: Critical > Labels: flaky-test > Fix For: 2.4.0 > > > [https://builds.apache.org/blue/organizations/jenkins/kafka-2.2-jdk8/detail/kafka-2.2-jdk8/46/tests] > {quote}org.scalatest.junit.JUnitTestFailedError: Expected exception > java.io.IOException to be thrown, but no exception was thrown > at > org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:100) > at > org.scalatest.junit.JUnitSuite.newAssertionFailedException(JUnitSuite.scala:71) > at org.scalatest.Assertions$class.intercept(Assertions.scala:822) > at org.scalatest.junit.JUnitSuite.intercept(JUnitSuite.scala:71) > at > kafka.network.DynamicConnectionQuotaTest.testDynamicConnectionQuota(DynamicConnectionQuotaTest.scala:82){quote} -- This message was sent by Atlassian Jira (v8.3.4#803005)