ffinfo commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges
to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r257120183
##########
File path: tests/core.py
##########
@@ -2878,13 +2903,6 @@ def test_get_connections_env_var(self):
assert conns[0].password == 'password'
assert conns[0].port == 5432
- def test_get_connections_db(self):
Review comment:
This test is testing the defaile airflow_db convection. This did fail
because localhost was on the test mysql or postgress. This connection is tested
in all tests that does something with the meta database. Because of that
removing was easier and valid.
But maybe I'm missing something here?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services