eladkal commented on PR #35591:
URL: https://github.com/apache/airflow/pull/35591#issuecomment-2614407229
Tests still fail
```
=========================== short test summary info
============================
FAILED
providers/tests/http/hooks/test_http.py::TestHttpHook::test_airflow_dependency_version
- FileNotFoundError: [Errno 2] No such file or directory:
'/usr/local/lib/python3.9/site-packages/airflow/providers/http/provider.yaml'
FAILED
providers/tests/http/hooks/test_http.py::TestHttpAsyncHook::test_async_request_uses_connection_extra
- NameError: name 'connection_extra' is not defined
FAILED
providers/tests/http/hooks/test_http.py::TestHttpAsyncHook::test_async_request_uses_connection_extra_with_requests_parameters
- NameError: name 'connection_extra' is not defined
FAILED
providers/tests/http/hooks/test_http.py::TestHttpAsyncHook::test_parse_extra -
AttributeError: 'HttpAsyncHook' object has no attribute '_parse_extra'
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_response_in_logs
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_response_in_logs_after_failed_check
- AssertionError: 'info' does not contain all of (call('invalid response'),)
in its call list, found [] instead
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_filters_response
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_pagination[data0-headers0-extra_options0-pagination_data0-pagination_headers0-pagination_extra_options0]
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_pagination[data
foo-headers1-extra_options1-pagination_data1-pagination_headers1-pagination_extra_options1]
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_pagination[data
foo-headers2-extra_options2-data
bar-pagination_headers2-pagination_extra_options2] -
airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_pagination[data3-headers3-extra_options3-data
foo-pagination_headers3-pagination_extra_options3] -
airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_retry_args
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/operators/test_http.py::TestHttpOperator::test_pagination_retry_args
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED providers/tests/http/sensors/test_http.py::TestHttpOpSensor::test_get
- airflow.exceptions.AirflowException: Unknown hook type "http"
FAILED
providers/tests/http/sensors/test_http.py::TestHttpOpSensor::test_get_response_check
- airflow.exceptions.AirflowException: Unknown hook type "http"
============ 15 failed, 420 passed, 1 skipped, 1 warning in 51.72s
=============
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]