Hello Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24391
to look at the new patch set (#2).
Change subject: IMPALA-15064: Fix flakiness of
test_query_profile_contains_query_compilation_metadata_load_events
......................................................................
IMPALA-15064: Fix flakiness of
test_query_profile_contains_query_compilation_metadata_load_events
This tests invalidates a table, runs a select query, and checks that
the runtime profile contains a set of static lines.
Some of these lines (e.g. CatalogFetch.RPCs.Bytes) are only included,
with local catalog, if the table is still evicted from the cache.
However, with it running parallelly with other tests, another query can
fetch the table, between the invalidate and the select query, making the
test fail.
Fixed by using a unique database in this test instead of a common one.
Change-Id: I33cad260858d393af168969679d014ab3d340e3f
---
M tests/query_test/test_observability.py
1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/24391/2
--
To view, visit http://gerrit.cloudera.org:8080/24391
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I33cad260858d393af168969679d014ab3d340e3f
Gerrit-Change-Number: 24391
Gerrit-PatchSet: 2
Gerrit-Owner: Balazs Hevele <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>