Daniel Becker created IMPALA-11193:
--------------------------------------
Summary: Assertion fails in ClientCacheTest.MemLeak
Key: IMPALA-11193
URL: https://issues.apache.org/jira/browse/IMPALA-11193
Project: IMPALA
Issue Type: Bug
Reporter: Daniel Becker
Assignee: Yida Wu
The test {*}ClientCacheTest.MemLeak{*}, introduced in IMPALA-11176, fails in
several internal builds.
h3. Error Message
{code:java}
Expected: (mem_before) > (0), actual: 0 vs 0{code}
h3. Stacktrace
{code:java}
/data/jenkins/workspace/impala-cdw-master-staging-core-tsan/repos/Impala/be/src/runtime/client-cache-test.cc:100
Expected: (mem_before) > (0), actual: 0 vs 0{code}
Interestingly it is not the main assert that fails but a "precondition", namely
EXPECT_GT(mem_before, 0).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)