You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/03/07 09:16:00 UTC

[jira] [Created] (FLINK-8889) Do not override config values in TestBaseUtils#startCluster

Chesnay Schepler created FLINK-8889:
---------------------------------------

             Summary: Do not override config values in TestBaseUtils#startCluster
                 Key: FLINK-8889
                 URL: https://issues.apache.org/jira/browse/FLINK-8889
             Project: Flink
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 1.5.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.5.0


{{TestBaseUtils#startCluster}} is a utility method to easily start a cluster. This method receives a Configuration to be used for the cluster, it does however override several values regardless of whether they were set or not.

It also sets various options to their default value which shouldn't be necessary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)