Actions
Bug #7558
closedBug #7519: http_request_* can't fallback on wget and doesn't warn if curl is missing
http_request_* port to use new log interface on master
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Following #7519, some tests are failing:
19:07:51 ---------------------------------------------------------------------- 19:07:51 ./30_generic_methods/all_generic_methods_should_use_new_style_log_calls.sh 19:07:51 ---------------------------------------------------------------------- 19:07:51 File /tmp/ncf/tests/style/../../tree/30_generic_methods/http_request_check_status_headers.cf uses deprecated _logger interface 19:07:51 File /tmp/ncf/tests/style/../../tree/30_generic_methods/http_request_content_headers.cf uses deprecated _logger interface 19:07:51 R: ./30_generic_methods/all_generic_methods_should_use_new_style_log_calls.sh Fail 19:07:51 19:07:51 Return code is 2. 19:07:51 19:07:51 ==> FAIL
Actions