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 2023/01/05 23:41:20 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #28758: Refactor BatchWaitersHook tests

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

   This refactor is another attempt for get rid of x-failed test (Previous attempt is #23918).
   In this attempt I try to split huge test case for multiple simple tests and replace "moto infrastructure" by simple mock response. 
   
   This should save a lot of time for debugging and test execution because for this test we only need to mock single boto3 Batch client method and could provide expected output rather than guessing `moto` responses.
   
   related: #23539
   
   cc: @vincbeck 
   
   


-- 
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] eladkal merged pull request #28758: Refactor BatchWaitersHook tests

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


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