Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.14.0, 1.13.1
Description
May 20 22:22:26 [ERROR] Tests run: 19, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 225.004 s <<< FAILURE! - in org.apache.flink.connectors.hive.HiveTableSourceITCase May 20 22:22:26 [ERROR] testStreamPartitionReadByCreateTime(org.apache.flink.connectors.hive.HiveTableSourceITCase) Time elapsed: 120.182 s <<< ERROR! May 20 22:22:26 org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds May 20 22:22:26 at java.lang.Thread.sleep(Native Method) May 20 22:22:26 at org.apache.flink.streaming.api.operators.collect.CollectResultFetcher.sleepBeforeRetry(CollectResultFetcher.java:237) May 20 22:22:26 at org.apache.flink.streaming.api.operators.collect.CollectResultFetcher.next(CollectResultFetcher.java:113) May 20 22:22:26 at org.apache.flink.streaming.api.operators.collect.CollectResultIterator.nextResultFromFetcher(CollectResultIterator.java:106) May 20 22:22:26 at org.apache.flink.streaming.api.operators.collect.CollectResultIterator.hasNext(CollectResultIterator.java:80) May 20 22:22:26 at org.apache.flink.table.api.internal.TableResultImpl$CloseableRowIteratorWrapper.hasNext(TableResultImpl.java:370) May 20 22:22:26 at org.apache.flink.connectors.hive.HiveTableSourceITCase.fetchRows(HiveTableSourceITCase.java:712) May 20 22:22:26 at org.apache.flink.connectors.hive.HiveTableSourceITCase.testStreamPartitionReadByCreateTime(HiveTableSourceITCase.java:652) May 20 22:22:26 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) May 20 22:22:26 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) May 20 22:22:26 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) May 20 22:22:26 at java.lang.reflect.Method.invoke(Method.java:498) May 20 22:22:26 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) May 20 22:22:26 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) May 20 22:22:26 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) May 20 22:22:26 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) May 20 22:22:26 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) May 20 22:22:26 at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) May 20 22:22:26 at java.util.concurrent.FutureTask.run(FutureTask.java:266) May 20 22:22:26 at java.lang.Thread.run(Thread.java:748)
Attachments
Attachments
Issue Links
- duplicates
-
FLINK-22890 Few tests fail in HiveTableSinkITCase
- Closed