[
https://issues.apache.org/jira/browse/IMPALA-13728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930225#comment-17930225
]
ASF subversion and git services commented on IMPALA-13728:
----------------------------------------------------------
Commit 79626e2b9c1da854ec6e641e6714f0ec14676c4a in impala's branch
refs/heads/branch-4.5.0 from pranav.lodha
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=79626e2b9 ]
IMPALA-13728: OpenSSLUtilTest.ValidateInitialize failed by AES_128_GCM not
supported
The test failed because AES_128_GCM is not supported
in all OpenSSL versions. Replacing it with
AES_256_CFB fixes the test as it is supported in all
OpenSSL versions.
Change-Id: If5b3a000e302d2705a02820c560b474f0c311560
Reviewed-on: http://gerrit.cloudera.org:8080/22477
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> OpenSSLUtilTest.ValidateInitialize failed by AES_128_GCM not supported
> ----------------------------------------------------------------------
>
> Key: IMPALA-13728
> URL: https://issues.apache.org/jira/browse/IMPALA-13728
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: Quanlong Huang
> Assignee: Pranav Yogi Lodha
> Priority: Critical
>
> Saw this failed in downstream ARM builds.
> Stacktrace
> {code:java}
> /data/jenkins/workspace/impala-asf-master-exhaustive-release-arm/repos/Impala/be/src/util/openssl-util-test.cc:151
> Value of: status_.ok()
> Actual: false
> Expected: true
> Error: AES mode AES_128_GCM is not supported by OpenSSL version (OpenSSL
> 1.1.1k FIPS 25 Mar 2021) that Impala was built against.{code}
> The OS is Red Hat Enterprise Linux release 8.8 (Ootpa).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]