Daniel Becker has uploaded a new patch set (#2). ( 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 making sure that the ThriftServers started in the tests receive the list of ciphers. Testing: - tested the patch on CentOS 7.9. Change-Id: I2ade7e7308c05baf640a6cbfd62d10f9689a5d9a --- M be/src/rpc/thrift-server-test.cc 1 file changed, 28 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/23069/2 -- 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: newpatchset Gerrit-Change-Id: I2ade7e7308c05baf640a6cbfd62d10f9689a5d9a Gerrit-Change-Number: 23069 Gerrit-PatchSet: 2 Gerrit-Owner: Daniel Becker <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
