Yida Wu has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18342


Change subject: IMPALA-11196 Fix ClientCacheTest ASAN and TSAN build failure
......................................................................

IMPALA-11196 Fix ClientCacheTest ASAN and TSAN build failure

The testcase succeeds in DEBUG and RELEASE, but fails in ASAN and
TSAN build.

In the testcase's logic, it monitors whether there is a change
of the process vm size or not after several new and deletion of
objects in the system, because ASAN has replaced the alloc/free
interface, it may not guarantee the memory must be released to
the system immediately in ASAN. Similar case in TSAN.

The fix is to disable the testcase running in ASAN and TSAN.
Similar testcase MetricsTest::MemMetric can be found which also
disables to run in ASAN and TSAN build.

Tests:
Reran testcase in ASAN and TSAN without errors.

Change-Id: Id40a2ae184bba670a3538dedfb8ff25d24dc9b6c
---
M be/src/runtime/client-cache-test.cc
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/18342/1
--
To view, visit http://gerrit.cloudera.org:8080/18342
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id40a2ae184bba670a3538dedfb8ff25d24dc9b6c
Gerrit-Change-Number: 18342
Gerrit-PatchSet: 1
Gerrit-Owner: Yida Wu <[email protected]>

Reply via email to