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 2022/08/17 18:31:42 UTC

[GitHub] [airflow] ferruzzi opened a new pull request, #25773: Clean up the AWS System Test ContextBuilder

ferruzzi opened a new pull request, #25773:
URL: https://github.com/apache/airflow/pull/25773

   SystemTestContextBuilder allows the system tests to generate ENV_ID and to fetch variable values from a number or sources.  This PR cleans up how that information is stored and retrieved without changing the user-facing interface.  Multiple (unsynchronized) data structures are replaced with a single new class to simplify any future additions and prevent the possibility of the data structures somehow getting out of sync.
   
   @potuik - This is the previously-postponed second half of https://github.com/apache/airflow/pull/25224/


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #25773: Clean up the AWS System Test ContextBuilder

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #25773:
URL: https://github.com/apache/airflow/pull/25773


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ferruzzi closed pull request #25773: Clean up the AWS System Test ContextBuilder

Posted by GitBox <gi...@apache.org>.
ferruzzi closed pull request #25773: Clean up the AWS System Test ContextBuilder
URL: https://github.com/apache/airflow/pull/25773


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org