Daniel Becker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23069
Change subject: IMPALA-14161: Thrift SSL tests fail on Centos 7 ...................................................................... IMPALA-14161: Thrift SSL tests fail on Centos 7 After the rebase of the Kudu code in to v1.17.1 (see IMPALA-14066), some backend tests in thrift-server-test.cc stopped working on CentOs 7.9. This is because the list of available TLS ciphers has been updated in Kudu commit https://gerrit.cloudera.org/#/c/17268/, which was picked up in the rebase. This commit fixes the tests by extending the cipher list that the tests use with "AES256-GCM-SHA384". Note that this does not affect production code. Change-Id: I2ade7e7308c05baf640a6cbfd62d10f9689a5d9a --- M be/src/rpc/thrift-server-test.cc 1 file changed, 31 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/23069/1 -- To view, visit http://gerrit.cloudera.org:8080/23069 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2ade7e7308c05baf640a6cbfd62d10f9689a5d9a Gerrit-Change-Number: 23069 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]>
