Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17487


Change subject: [java] utility to detect sanitizer type used for kudu CLI
......................................................................

[java] utility to detect sanitizer type used for kudu CLI

This patch adds a new test utility to determine the type of the C++
sanitizer type used by the kudu CLI binary, if any.  The new utility is
added into the kudu-test-utils package.  I found it's useful to find
whether the mini-cluster binaries are built with TSAN/ASAN sanitizers,
so it's possible to skip heavy test scenarios which are not stable when
running against binaries built with ASAN/TSAN support.

I didn't add any tests, but this functionality is going to be used
in a follow-up patch.

Change-Id: I08c978ecda7321038b97c5c885914c02122606c1
---
M 
java/kudu-test-utils/src/main/java/org/apache/kudu/test/cluster/KuduBinaryInfo.java
1 file changed, 80 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/17487/1
--
To view, visit http://gerrit.cloudera.org:8080/17487
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I08c978ecda7321038b97c5c885914c02122606c1
Gerrit-Change-Number: 17487
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to