Impala Public Jenkins has submitted this change and it was merged. ( 
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 disables the testcase running in ASAN and TSAN, and the
running of this testcase in the DEBUG and RELEASE builds should
be enough for the verification of the memory leak problem in
IMPALA-11176.

Tests:
Reran testcase in ASAN and TSAN without errors.

Change-Id: Id40a2ae184bba670a3538dedfb8ff25d24dc9b6c
Reviewed-on: http://gerrit.cloudera.org:8080/18342
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M be/src/runtime/client-cache-test.cc
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
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: merged
Gerrit-Change-Id: Id40a2ae184bba670a3538dedfb8ff25d24dc9b6c
Gerrit-Change-Number: 18342
Gerrit-PatchSet: 4
Gerrit-Owner: Yida Wu <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to