Pranav Lodha has uploaded a new patch set (#2). ( 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 --- M be/src/util/openssl-util-test.cc 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/22477/2 -- 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: newpatchset Gerrit-Change-Id: If5b3a000e302d2705a02820c560b474f0c311560 Gerrit-Change-Number: 22477 Gerrit-PatchSet: 2 Gerrit-Owner: Pranav Lodha <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
