Jason Fehr created IMPALA-14578:
-----------------------------------
Summary: Webserver.TestPostWithSpnego and
Webserver.StartWithPasswordFileTest Fail on JDK17
Key: IMPALA-14578
URL: https://issues.apache.org/jira/browse/IMPALA-14578
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 5.0.0
Reporter: Jason Fehr
Both the Webserver.TestPostWithSpnego and Webserver.StartWithPasswordFileTest
Fail on JDK17 with the error:
{noformat}
/data/jenkins/workspace/impala-cdh-7.3.1.x-core-jdk17-test/repos/Impala/be/src/util/webserver-test.cc:652
Expected equality of these values:
curl_status_code(Substitute("--digest -u test:test -b $0 -d ''",
cookie.path().string()).c_str())
Which is: "OpenJDK VM warning: the use of signal() and sigset() for signal
chaining was deprecated in version 16.0 and will be removed in a future
release. Use sigaction() instead.\n403"
"403"
With diff:
@@ -1,2 @@
-OpenJDK VM warning: the use of signal() and sigset() for signal chaining was
deprecated in version 16.0 and will be removed in a future release. Use
sigaction() instead.
403
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)