Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.17.0
-
None
Description
The following build failed due to a timeout when creating the topic.
Nov 28 16:25:44 [ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 72.815 s <<< FAILURE! - in org.apache.flink.streaming.connectors.kafka.table.UpsertKafkaTableITCase Nov 28 16:25:44 [ERROR] UpsertKafkaTableITCase.testAggregate Time elapsed: 31.629 s <<< ERROR! Nov 28 16:25:44 java.lang.IllegalStateException: Fail to create topic [word_count_json partitions: 4 replication factor: 1]. Nov 28 16:25:44 at org.apache.flink.streaming.connectors.kafka.table.KafkaTableTestBase.createTestTopic(KafkaTableTestBase.java:143) Nov 28 16:25:44 at org.apache.flink.streaming.connectors.kafka.table.UpsertKafkaTableITCase.testAggregate(UpsertKafkaTableITCase.java:78) Nov 28 16:25:44 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Nov 28 16:25:44 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [...]
I suspect this being a general issue with providing timeouts for tests.