You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Luke Chen (Jira)" <ji...@apache.org> on 2020/12/15 03:26:00 UTC

[jira] [Created] (KAFKA-10854) Fix flaky kafka.network.SocketServerTest.testConnectionRatePerIp test

Luke Chen created KAFKA-10854:
---------------------------------

             Summary: Fix flaky kafka.network.SocketServerTest.testConnectionRatePerIp test
                 Key: KAFKA-10854
                 URL: https://issues.apache.org/jira/browse/KAFKA-10854
             Project: Kafka
          Issue Type: Test
            Reporter: Luke Chen
            Assignee: Luke Chen


org.scalatest.exceptions.TestFailedException: expected exception when writing to closed plain socket
 at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:530)
 at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:529)
 at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1389)
 at org.scalatest.Assertions.fail(Assertions.scala:1091)
 at org.scalatest.Assertions.fail$(Assertions.scala:1087)
 at org.scalatest.Assertions$.fail(Assertions.scala:1389)
 at kafka.network.SocketServerTest.verifyRemoteConnectionClosed(SocketServerTest.scala:922)
 at kafka.network.SocketServerTest.testConnectionRatePerIp(SocketServerTest.scala:884)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)