turbaszek commented on pull request #11326: URL: https://github.com/apache/airflow/pull/11326#issuecomment-704810030
I was able to replicate error from: https://github.com/apache/airflow/runs/1213562513 by running `pytest -s tests/upgrade/ tests/utils/test_dag_processing.py`. Before this fix I see: ``` backports.configparser.InterpolationMissingOptionError: Bad value substitution: option 'simple_log_format' in section 'core' contains an interpolation key 'asctime' which is not a valid option name. Raw value: '%(asctime)s %(levelname)s - %(message)s' ``` Other failing tests fail probably due to side effects that were not created by tests that failed... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
