You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/10/11 02:36:00 UTC

[jira] [Updated] (FLINK-22869) SQLClientSchemaRegistryITCase timeouts on azure

     [ https://issues.apache.org/jira/browse/FLINK-22869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xintong Song updated FLINK-22869:
---------------------------------
    Fix Version/s: 1.13.3
                   1.12.6

> SQLClientSchemaRegistryITCase timeouts on azure
> -----------------------------------------------
>
>                 Key: FLINK-22869
>                 URL: https://issues.apache.org/jira/browse/FLINK-22869
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.12.4, 1.13.2
>            Reporter: Xintong Song
>            Priority: Major
>              Labels: auto-deprioritized-critical, test-stability
>             Fix For: 1.12.6, 1.13.3
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=18652&view=logs&j=68a897ab-3047-5660-245a-cce8f83859f6&t=16ca2cca-2f63-5cce-12d2-d519b930a729&l=27324
> {code}
> Jun 03 23:51:30 [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 227.425 s <<< FAILURE! - in org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase
> Jun 03 23:51:30 [ERROR] testReading(org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase)  Time elapsed: 194.931 s  <<< ERROR!
> Jun 03 23:51:30 org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds
> Jun 03 23:51:30 	at java.lang.Object.wait(Native Method)
> Jun 03 23:51:30 	at java.lang.Thread.join(Thread.java:1252)
> Jun 03 23:51:30 	at java.lang.Thread.join(Thread.java:1326)
> Jun 03 23:51:30 	at org.apache.kafka.clients.admin.KafkaAdminClient.close(KafkaAdminClient.java:541)
> Jun 03 23:51:30 	at org.apache.kafka.clients.admin.Admin.close(Admin.java:96)
> Jun 03 23:51:30 	at org.apache.kafka.clients.admin.Admin.close(Admin.java:79)
> Jun 03 23:51:30 	at org.apache.flink.tests.util.kafka.KafkaContainerClient.createTopic(KafkaContainerClient.java:71)
> Jun 03 23:51:30 	at org.apache.flink.tests.util.kafka.SQLClientSchemaRegistryITCase.testReading(SQLClientSchemaRegistryITCase.java:102)
> Jun 03 23:51:30 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Jun 03 23:51:30 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Jun 03 23:51:30 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Jun 03 23:51:30 	at java.lang.reflect.Method.invoke(Method.java:498)
> Jun 03 23:51:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> Jun 03 23:51:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> Jun 03 23:51:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> Jun 03 23:51:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> Jun 03 23:51:30 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> Jun 03 23:51:30 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> Jun 03 23:51:30 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> Jun 03 23:51:30 	at java.lang.Thread.run(Thread.java:748)
> {code}



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