Tamas Mate created IMPALA-8750:
----------------------------------
Summary:
TestObservability.test_query_profile_contains_query_compilation_events failing
when compilation events appear dynamically
Key: IMPALA-8750
URL: https://issues.apache.org/jira/browse/IMPALA-8750
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 3.3.0
Reporter: Tamas Mate
{{TestObservability.test_query_profile_contains_query_compilation_events}} is
failing during builds where the query compilation event differs from the
specified. This can occur in 2 cases:
- When {{lineage_event_log_dir}} is specified it adds an extra "Lineage info
computed:" line.
- When metadata is not preloaded on the coordinator instead of "Metadata of
all * tables cached:" it can be multiple lines:
{noformat}
Metadata load started:
Metadata load finished:
{noformat}
We should cover these cases as well.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)