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

[jira] [Created] (FLINK-10094) Always backup default config for end-to-end tests

Chesnay Schepler created FLINK-10094:
----------------------------------------

             Summary: Always backup default config for end-to-end tests
                 Key: FLINK-10094
                 URL: https://issues.apache.org/jira/browse/FLINK-10094
             Project: Flink
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 1.6.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.6.1, 1.7.0


end-to-end tests frequently modify the configuration before running a test; to set state backends, # of task slots, reporters, etc.

Currently it is the responsibility of the test to create a backup of the config before doing any modifications, which is then restored by the runner after the test.

Instead we can have the test runner always create a backup before running the test.



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