Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16802
Change subject: [dist_test] Ship security libraries to dist_test ...................................................................... [dist_test] Ship security libraries to dist_test This patch adjusts the lib whitelist to allow shipping the security libraries to dist_test and allow more flexibility when versions do not match the dist_test images versions. This was already happening for rhel6 installs due to the rhel6 workaround script linked below. With this change the libraries will be shipped even when not in thirdparty. https://github.com/apache/kudu/blob/master/thirdparty/install-openssl-el6-workaround.sh I also needed to adjust run_dist_test.py in order to set the SASL_PATH environment variable if SASL modules are present. Otherwise the system modules were still used. Change-Id: Id10afab6e9c48b9ffcf0da905993c7f2a1e606a6 Reviewed-on: http://gerrit.cloudera.org:8080/16716 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit fab3a38d1da0d5d13d8e9c91fd306e03b65da4e6) --- M build-support/dist_test.py M build-support/run_dist_test.py M cmake_modules/FindCyrusSASL.cmake 3 files changed, 68 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/02/16802/1 -- To view, visit http://gerrit.cloudera.org:8080/16802 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.13.x Gerrit-MessageType: newchange Gerrit-Change-Id: Id10afab6e9c48b9ffcf0da905993c7f2a1e606a6 Gerrit-Change-Number: 16802 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]>
