[
https://issues.apache.org/jira/browse/FLINK-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175240#comment-17175240
]
Robert Metzger commented on FLINK-4295:
---------------------------------------
The test is ignored, however, it passes when I run it. Shall we re-enable the
test and close this ticket?
> CoGroupGroupSortTranslationTest#testGroupSortTuplesDefaultCoGroup fails to run
> ------------------------------------------------------------------------------
>
> Key: FLINK-4295
> URL: https://issues.apache.org/jira/browse/FLINK-4295
> Project: Flink
> Issue Type: Bug
> Components: API / DataSet, Tests
> Affects Versions: 1.1.0
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: test-stability
>
> When running the test you always get an exception;
> {code}
> 08/01/2016 15:03:34 Job execution switched to status RUNNING.
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> SCHEDULED
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> DEPLOYING
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> SCHEDULED
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> DEPLOYING
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> RUNNING
> 08/01/2016 15:03:34 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(1/4)
> switched to SCHEDULED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(3/4)
> switched to SCHEDULED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(3/4)
> switched to DEPLOYING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(1/4)
> switched to DEPLOYING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(4/4)
> switched to SCHEDULED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(4/4)
> switched to DEPLOYING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(2/4)
> switched to SCHEDULED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(2/4)
> switched to DEPLOYING
> 08/01/2016 15:03:35 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> FINISHED
> 08/01/2016 15:03:35 DataSource (at
> org.apache.flink.api.scala.ExecutionEnvironment.fromElements(ExecutionEnvironment.scala:566)
> (org.apache.flink.api.java.io.CollectionInputFormat))(1/1) switched to
> FINISHED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(3/4)
> switched to RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(1/4)
> switched to RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(2/4)
> switched to RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(4/4)
> switched to RUNNING
> 08/01/2016 15:03:35 DataSink (collect())(4/4) switched to SCHEDULED
> 08/01/2016 15:03:35 DataSink (collect())(1/4) switched to SCHEDULED
> 08/01/2016 15:03:35 DataSink (collect())(4/4) switched to DEPLOYING
> 08/01/2016 15:03:35 DataSink (collect())(1/4) switched to DEPLOYING
> 08/01/2016 15:03:35 DataSink (collect())(3/4) switched to SCHEDULED
> 08/01/2016 15:03:35 DataSink (collect())(3/4) switched to DEPLOYING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(4/4)
> switched to FINISHED
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(1/4)
> switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(1/4) switched to RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(3/4)
> switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(2/4) switched to SCHEDULED
> 08/01/2016 15:03:35 DataSink (collect())(2/4) switched to DEPLOYING
> 08/01/2016 15:03:35 DataSink (collect())(3/4) switched to RUNNING
> 08/01/2016 15:03:35 DataSink (collect())(2/4) switched to RUNNING
> 08/01/2016 15:03:35 DataSink (collect())(4/4) switched to RUNNING
> 08/01/2016 15:03:35 CoGroup (CoGroup at
> org.apache.flink.api.scala.UnfinishedCoGroupOperation.finish(UnfinishedCoGroupOperation.scala:46))(2/4)
> switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(1/4) switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(3/4) switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(4/4) switched to FINISHED
> 08/01/2016 15:03:35 DataSink (collect())(2/4) switched to FINISHED
> 08/01/2016 15:03:35 Job execution switched to status FINISHED.
> ([Lscala.Tuple2;@311bf055,[Lscala.Tuple3;@642a7222)
> java.lang.RuntimeException: No new data sinks have been defined since the
> last execution. The last execution refers to the latest call to 'execute()',
> 'count()', 'collect()', or 'print()'.
> at
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1020)
> at
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1002)
> at
> org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:986)
> at
> org.apache.flink.api.scala.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.scala:672)
> at
> org.apache.flink.api.scala.operators.translation.CoGroupGroupSortTranslationTest.testGroupSortTuplesDefaultCoGroup(CoGroupGroupSortTranslationTest.scala:140)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)