Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22477 )
Change subject: IMPALA-13728: OpenSSLUtilTest.ValidateInitialize failed by AES_128_GCM not supported ...................................................................... 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]> --- M be/src/util/openssl-util-test.cc 1 file changed, 6 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22477 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If5b3a000e302d2705a02820c560b474f0c311560 Gerrit-Change-Number: 22477 Gerrit-PatchSet: 4 Gerrit-Owner: Pranav Lodha <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
