Csaba Ringhofer has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/14704 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> --- M fe/src/main/java/org/apache/impala/catalog/local/CatalogdMetaProvider.java M fe/src/test/java/org/apache/impala/catalog/local/CatalogdMetaProviderTest.java M tests/query_test/test_observability.py 3 files changed, 14 insertions(+), 11 deletions(-) Approvals: Impala Public Jenkins: Verified Csaba Ringhofer: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I7f6172d75294c1dea8f6be086ebb303725c92620 Gerrit-Change-Number: 14704 Gerrit-PatchSet: 4 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
