potiuk commented on issue #4938: [AIRFLOW-4117] Multi-staging Image - Travis CI 
tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#issuecomment-479440919
 
 
   @ashb re: skipping tests. this is not the case for some postgres tests: 
https://github.com/apache/airflow/blob/master/airflow/hooks/postgres_hook.py
   
   It's not been tested automatically in isolation so far, so no wonder it's 
missed :).
   
   But now we can do it in isolation so it will be good to fix it :). 
   
   I will switch back to only start the database that is needed for backend. 
Then I will fix the tests (i.e. add appropriate skipifs/unless) where missing. 
   
   I even figured out in the meantime how to do it without exploding number of 
docker-compose files. 
   I will define both mysql and postgres in the main docker-compose file, but 
will not have then in  "depends" section. I will only add depends in the 
docker-compose-<BACKEND>.yml file.  
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to