You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/01 09:18:35 UTC

[GitHub] [airflow] potiuk edited a comment on issue #9009: Use Terraform for System Testing

potiuk edited a comment on issue #9009:
URL: https://github.com/apache/airflow/issues/9009#issuecomment-636726142


   Fully Agree with Tomek. Especially with some setup/teardown that is quick and can be repeated for each test every time, using terraform makes no sense. But when you have longer setup that is more complex and takes quite some time, this might be definitely worthwhile.
   
   The usual scenario for that will be 
   
   a) create  the environment -> terraform script
   
   b) iterate on the tests 
   alternating with
   c) potentially changing target state of the environment - updating and re-running the terraform script applying the changes.
   
   d) tear-down the environment (using terraform script to delete the environment).
   
   This already pretty much reflects our complex "helpers" for system tests - basically when we really need a helper, seems that terraform scripts might to better job.
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org