Guowei Ma created FLINK-22735:
--------------------------------- Summary: HiveTableSourceITCase.testStreamPartitionReadByCreateTime failed because of times out Key: FLINK-22735 URL: https://issues.apache.org/jira/browse/FLINK-22735 Project: Flink Issue Type: Bug Components: Connectors / Hive Affects Versions: 1.14.0 Reporter: Guowei Ma https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=18205&view=logs&j=245e1f2e-ba5b-5570-d689-25ae21e5302f&t=e7f339b2-a7c3-57d9-00af-3712d4b15354&l=23726 {code:java} 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) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |