Robert Metzger created FLINK-17338:
--------------------------------------
Summary: LocalExecutorITCase.testBatchQueryCancel test timeout
Key: FLINK-17338
URL: https://issues.apache.org/jira/browse/FLINK-17338
Project: Flink
Issue Type: Bug
Components: Table SQL / Client
Reporter: Robert Metzger
CI https://travis-ci.org/github/apache/flink/jobs/678185941
{code}
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.flink.table.client.gateway.local.LocalExecutorITCase
[ERROR] Tests run: 70, Failures: 0, Errors: 1, Skipped: 5, Time elapsed:
226.359 s <<< FAILURE! - in
org.apache.flink.table.client.gateway.local.LocalExecutorITCase
[ERROR] testBatchQueryCancel[Planner:
old](org.apache.flink.table.client.gateway.local.LocalExecutorITCase) Time
elapsed: 30.009 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 30000
milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.flink.table.client.gateway.local.LocalExecutorITCase.testBatchQueryCancel(LocalExecutorITCase.java:733)
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)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] LocalExecutorITCase.testBatchQueryCancel:733 » TestTimedOut test
timed out aft...
[INFO]
[ERROR] Tests run: 70, Failures: 0, Errors: 1, Skipped: 5
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] flink-table-common ................................. SUCCESS [ 9.955 s]
[INFO] flink-table-api-java ............................... SUCCESS [ 4.615 s]
[INFO] flink-table-api-java-bridge ........................ SUCCESS [ 4.150 s]
[INFO] flink-table-api-scala .............................. SUCCESS [ 2.843 s]
[INFO] flink-table-api-scala-bridge ....................... SUCCESS [ 2.843 s]
[INFO] flink-cep .......................................... SUCCESS [ 30.868 s]
[INFO] flink-table-planner ................................ SUCCESS [04:51 min]
[INFO] flink-cep-scala .................................... SUCCESS [ 8.361 s]
[INFO] flink-sql-client ................................... FAILURE [04:21 min]
[INFO] flink-state-processor-api .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)