Vamsi-klu commented on PR #69748: URL: https://github.com/apache/airflow/pull/69748#issuecomment-5309515982
Jarek, yeah I went back and ran this locally on fdc5beeaed. Python 3.11.15, sqlite. Focused warning tests came back 17 passed in 12.08s. Full HttpOperator test_http.py was 34 passed in 11.54s. Full providers/http/tests/unit/http was 120 passed, 1 skipped (the Airflow 2-only sensor test) in 37.59s. No failures. Behavior lined up with what I expected. POST, PATCH, and custom + deferrable warn once from execute. GET, PUT, DELETE, HEAD, OPTIONS, TRACE stay silent. Nothing at construction. Pagination warns once. Trigger reconstruct is silent. -- 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]
