cadonna commented on pull request #9066: URL: https://github.com/apache/kafka/pull/9066#issuecomment-663867610
Java 11 failed with ``` 08:16:38 org.apache.kafka.streams.integration.EosBetaUpgradeIntegrationTest > shouldUpgradeFromEosAlphaToEosBeta[true] FAILED 08:16:38 java.lang.AssertionError: Did not receive all 20 records from topic multiPartitionOutputTopic within 60000 ms 08:16:38 Expected: is a value equal to or greater than <20> 08:16:38 but: <0> was less than <20> ``` Java 14 failed with ``` 06:37:03 kafka.network.SocketServerTest > testIdleConnection FAILED 06:37:03 org.scalatest.exceptions.TestFailedException: Failed to close idle channel ``` Java 8 failed with ``` java.lang.AssertionError: Did not receive all 168 records from topic multiPartitionOutputTopic within 60000 ms Expected: is a value equal to or greater than <168> but: <167> was less than <168> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org