You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/10/14 16:47:05 UTC

[jira] [Created] (FLINK-2852) Fix flaky ScalaShellITSuite

Till Rohrmann created FLINK-2852:
------------------------------------

             Summary: Fix flaky ScalaShellITSuite
                 Key: FLINK-2852
                 URL: https://issues.apache.org/jira/browse/FLINK-2852
             Project: Flink
          Issue Type: Bug
          Components: Scala Shell
    Affects Versions: 0.10
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Critical
             Fix For: 0.10


The {{ScalaShellITSuite}} checks the log output whether a job has successful completed or not. For that to happen it checks for a {{Job execution switched to status FINISHED}} string in the log output. However, if the {{FlinkClientActor}} receives first a {{JobResultSuccess}} message before receiving the {{JobStatusChanged}} message, then it will send the execution result back to the {{Client}} and terminate itself. This has the consequence that the output will never contain the above-mentioned string.

I propose to use a different mean to check whether a job has finished successfully or not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)