Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22379 )
Change subject: IMPALA-13689: Fix webserver tests with curl 7.76.1 ...................................................................... IMPALA-13689: Fix webserver tests with curl 7.76.1 On Rocky Linux 9.5 a few checks started to fail because error 503 was expected to cause non 0 return value but it was not treated as error. The difference is likely caused by the newer curl version. curl documentation seems unclear about the return value of auth related status codes. The fix is to check the specific http status code instead of curl's return value. Testing: - webserver tests passed on Rocky Linux 9.5 Change-Id: I354aa87a1b6283aa617f0298861bd5e79d03efc7 Reviewed-on: http://gerrit.cloudera.org:8080/22379 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/webserver-test.cc 1 file changed, 10 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22379 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I354aa87a1b6283aa617f0298861bd5e79d03efc7 Gerrit-Change-Number: 22379 Gerrit-PatchSet: 5 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]>
