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/30 10:00:01 UTC

[jira] [Created] (FLINK-22041) Configure DataStreamAllroundTest via Configuration instead of ParameterTool

Till Rohrmann created FLINK-22041:
-------------------------------------

             Summary: Configure DataStreamAllroundTest via Configuration instead of ParameterTool
                 Key: FLINK-22041
                 URL: https://issues.apache.org/jira/browse/FLINK-22041
             Project: Flink
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 1.12.2, 1.11.3, 1.13.0
            Reporter: Till Rohrmann


With the completion of FLINK-14785, we can now configure the {{ExecutionEnvironment}} and {{StreamExecutionEnvironment}} completely via the Flink configuration. Consequently, we no longer need the custom config options defined in the {{DataStreamAllroundTestFactory}} to configure the {{*ExecutionEnvironment}} and can remove them. Removing this custom configuration logic will also improve our test coverage since we also test the configuration path.



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