This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fa60a7a02f1 Migrate retry handler in task SDK API client to use
tenacity instead of retryhttp (#56762)
add 8a7bc17a57a Expand task sdk integration tests to cover task instance
endpoints (#57056)
No new revisions were added by this update.
Summary of changes:
dev/breeze/src/airflow_breeze/utils/run_tests.py | 2 +-
task-sdk-tests/tests/task_sdk_tests/conftest.py | 32 +++---
.../test_task_instance_operations.py | 121 +++++++++++++++++++++
3 files changed, 139 insertions(+), 16 deletions(-)
create mode 100644
task-sdk-tests/tests/task_sdk_tests/test_task_instance_operations.py