Csaba Ringhofer has uploaded this change for review. ( 
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.

Change-Id: I354aa87a1b6283aa617f0298861bd5e79d03efc7
---
M be/src/util/webserver-test.cc
1 file changed, 10 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/22379/1
--
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: newchange
Gerrit-Change-Id: I354aa87a1b6283aa617f0298861bd5e79d03efc7
Gerrit-Change-Number: 22379
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer <[email protected]>

Reply via email to