Tamas Mate has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14704
Change subject: IMPALA-8906: Fix flaky profile observability test ...................................................................... IMPALA-8906: Fix flaky profile observability test The test_query_profile_contains_query_compilation_metadata_load_events is flaky because only non-zero stats are printed and the test is not prepared to handle lines appearing based on conditions. In general, zero values are printed in the profile as well, this makes profile parsing simpler. Therefore, instead of changing the test the condition has been removed as part of this change and the test is updated accordingly. Change-Id: I7f6172d75294c1dea8f6be086ebb303725c92620 --- M fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java M tests/query_test/test_observability.py 2 files changed, 9 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/04/14704/2 -- To view, visit http://gerrit.cloudera.org:8080/14704 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7f6172d75294c1dea8f6be086ebb303725c92620 Gerrit-Change-Number: 14704 Gerrit-PatchSet: 2 Gerrit-Owner: Tamas Mate <[email protected]>
