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 2021/03/09 18:08:00 UTC

[jira] [Created] (FLINK-21693) TestStreamEnvironment does not implement executeAsync

Till Rohrmann created FLINK-21693:
-------------------------------------

             Summary: TestStreamEnvironment does not implement executeAsync
                 Key: FLINK-21693
                 URL: https://issues.apache.org/jira/browse/FLINK-21693
             Project: Flink
          Issue Type: Bug
          Components: API / DataStream
    Affects Versions: 1.12.2, 1.11.3, 1.13.0
            Reporter: Till Rohrmann
             Fix For: 1.11.4, 1.13.0, 1.12.3


When implementing FLINK-14392 we forgot to implement {{TestStreamEnvironment.executeAsync}}. As a consequence, when using {{TestStreamEnvironment}} and calling {{executeAsync}} the system will always start a new local {{MiniCluster}}. The proper behaviour would be to use the {{MiniCluster}} specified in the {{TestStreamEnvironment}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)