You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/08/06 07:35:00 UTC

[jira] [Created] (FLINK-13595) KafkaITCase.testBigRecordJob fails on Travis

Till Rohrmann created FLINK-13595:
-------------------------------------

             Summary: KafkaITCase.testBigRecordJob fails on Travis
                 Key: FLINK-13595
                 URL: https://issues.apache.org/jira/browse/FLINK-13595
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Kafka, Tests
    Affects Versions: 1.9.0
            Reporter: Till Rohrmann
             Fix For: 1.9.0


The {{KafkaITCase.testBigRecordJob}} failed with a {{TestTimedOutException}}

{code}
Test testBigRecordJob(org.apache.flink.streaming.connectors.kafka.KafkaITCase) failed with:
org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Thread.join(Thread.java:1252)
	at java.lang.Thread.join(Thread.java:1326)
	at org.apache.kafka.clients.admin.KafkaAdminClient.close(KafkaAdminClient.java:476)
	at org.apache.kafka.clients.admin.AdminClient.close(AdminClient.java:92)
	at org.apache.kafka.clients.admin.AdminClient.close(AdminClient.java:75)
	at org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironmentImpl.deleteTestTopic(KafkaTestEnvironmentImpl.java:153)
	at org.apache.flink.streaming.connectors.kafka.KafkaTestBase.deleteTestTopic(KafkaTestBase.java:204)
	at org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase.runBigRecordTestTopology(KafkaConsumerTestBase.java:1336)
	at org.apache.flink.streaming.connectors.kafka.KafkaITCase.testBigRecordJob(KafkaITCase.java:121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)
{code}

https://api.travis-ci.org/v3/job/568176170/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)