Balazs Hevele created IMPALA-15064:
--------------------------------------
Summary:
test_query_profile_contains_query_compilation_metadata_load_events is flaky
Key: IMPALA-15064
URL: https://issues.apache.org/jira/browse/IMPALA-15064
Project: IMPALA
Issue Type: Bug
Components: Catalog
Reporter: Balazs Hevele
Assignee: Balazs Hevele
Test
query_test.test_observability.TestObservability.test_query_profile_contains_query_compilation_metadata_load_events
is flaky.
It runs in parallel with other tests. It invalidates functional.alltypes, runs
a select query on it, and relies on it not getting refreshed into the local
cache between the two queries.
If another test fetches the table between the two queries, the test fails with:
CatalogFetch.RPCs.Bytes not being found in the runtime profile.
It should either run sequentially, or use a unique database.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)