You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2018/08/09 20:58:39 UTC

[kudu-CR] WIP: Move default sanitizer options into build from shell scripts

Hello Kudu Jenkins, Adar Dembo, Todd Lipcon, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11176

to look at the new patch set (#3).

Change subject: WIP: Move default sanitizer options into build from shell scripts
......................................................................

WIP: Move default sanitizer options into build from shell scripts

This moves the sanitzer options and supressions
from the build scripts using TSAN_OPTIONS/LSAN_OPTIONS/etc into the build and linked at build time.

This ensures the same configurations are used for
C++ and Java tests.

Change-Id: I9eab2d3ef0b107ae9a4e971bf8a6514bf425f645
---
M CMakeLists.txt
M build-support/jenkins/build-and-test.sh
M build-support/run-test.sh
M build-support/run_dist_test.py
D build-support/tsan-suppressions.txt
R src/kudu/sanitizers/CMakeLists.txt
A src/kudu/sanitizers/lsan_suppressions.cc
A src/kudu/sanitizers/sanitizer_options.cc
A src/kudu/sanitizers/tsan_suppressions.cc
M src/kudu/util/CMakeLists.txt
10 files changed, 273 insertions(+), 138 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/11176/3
-- 
To view, visit http://gerrit.cloudera.org:8080/11176
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9eab2d3ef0b107ae9a4e971bf8a6514bf425f645
Gerrit-Change-Number: 11176
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>