You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/07 12:40:31 UTC

[GitHub] zentol opened a new pull request #6518: [FLINK-10094][tests] Always backup config before running test

zentol opened a new pull request #6518: [FLINK-10094][tests] Always backup config before running test
URL: https://github.com/apache/flink/pull/6518
 
 
   ## What is the purpose of the change
   
   With this PR the test runner is responsible for backing up `flink-conf.yaml` and not individual tests.
   This makes the tests more stable as tests can no longer leak configuration changes to other tests.
   
   /cc @florianschmidt1994 
   
   ## Brief change log
   
   * remove all usages of `backup_config` in individual tests
   * call `backup_config` in `test-runner-common.sh#run_test`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services