[ https://issues.apache.org/jira/browse/FLINK-24119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631840#comment-17631840 ]
Martijn Visser commented on FLINK-24119: ---------------------------------------- The following changes have been merged: master: [FLINK-29914][tests] Wait for Kafka topic creation/deletion c66ef088ea662c38a94225ea086fcb83de514c76 [FLINK-24119][tests] Add random to Kafka tests topic name 9b6bae4eb87e1f472fd0f6cf9403911a88ed89ce release-1.16: [FLINK-29914][tests] Wait for Kafka topic creation/deletion 0df3c6668eb399eaa0e5e95626b2794614566803 [FLINK-24119][tests] Add random to Kafka tests topic name 9e7ebdc671386a8127ddf5affb66e997d877cb7b release-1.15: [FLINK-29914][tests] Wait for Kafka topic creation/deletion f60e1fa78c51aa0c979adf82b424481657874914 [FLINK-24119][tests] Add random to Kafka tests topic name 0f2c6bc80cd8c8cb3dbc442f6c981ff4c095694a With this, the Blocker should be resolved. I'll downgrade it to Critical and if nothing appears in the next couple of days, we can mark the ticket as resolved. > KafkaITCase.testTimestamps fails due to "Topic xxx already exist" > ----------------------------------------------------------------- > > Key: FLINK-24119 > URL: https://issues.apache.org/jira/browse/FLINK-24119 > Project: Flink > Issue Type: Bug > Components: Connectors / Kafka > Affects Versions: 1.14.0, 1.15.0, 1.16.0, 1.17.0 > Reporter: Xintong Song > Assignee: Gabor Somogyi > Priority: Blocker > Labels: auto-deprioritized-critical, pull-request-available, > test-stability > Fix For: 1.17.0, 1.15.3, 1.16.1 > > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23328&view=logs&j=c5f0071e-1851-543e-9a45-9ac140befc32&t=15a22db7-8faa-5b34-3920-d33c9f0ca23c&l=7419 > {code} > Sep 01 15:53:20 [ERROR] Tests run: 23, Failures: 1, Errors: 0, Skipped: 0, > Time elapsed: 162.65 s <<< FAILURE! - in > org.apache.flink.streaming.connectors.kafka.KafkaITCase > Sep 01 15:53:20 [ERROR] testTimestamps Time elapsed: 23.237 s <<< FAILURE! > Sep 01 15:53:20 java.lang.AssertionError: Create test topic : tstopic failed, > org.apache.kafka.common.errors.TopicExistsException: Topic 'tstopic' already > exists. > Sep 01 15:53:20 at org.junit.Assert.fail(Assert.java:89) > Sep 01 15:53:20 at > org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironmentImpl.createTestTopic(KafkaTestEnvironmentImpl.java:226) > Sep 01 15:53:20 at > org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironment.createTestTopic(KafkaTestEnvironment.java:112) > Sep 01 15:53:20 at > org.apache.flink.streaming.connectors.kafka.KafkaTestBase.createTestTopic(KafkaTestBase.java:212) > Sep 01 15:53:20 at > org.apache.flink.streaming.connectors.kafka.KafkaITCase.testTimestamps(KafkaITCase.java:191) > Sep 01 15:53:20 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > Sep 01 15:53:20 at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > Sep 01 15:53:20 at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Sep 01 15:53:20 at java.lang.reflect.Method.invoke(Method.java:498) > Sep 01 15:53:20 at > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) > Sep 01 15:53:20 at > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > Sep 01 15:53:20 at > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) > Sep 01 15:53:20 at > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > Sep 01 15:53:20 at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) > Sep 01 15:53:20 at > org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) > Sep 01 15:53:20 at > java.util.concurrent.FutureTask.run(FutureTask.java:266) > Sep 01 15:53:20 at java.lang.Thread.run(Thread.java:748) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)