Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21040 )
Change subject: IMPALA-12821: Fix test_create_table_profile_events depend on event-processor ...................................................................... IMPALA-12821: Fix test_create_table_profile_events depend on event-processor When event-processor goes into the error state, event related labels like 'Fetched event batch from Metastore' won't be added into the DDL profiles, which makes test_create_table_profile_events fail. This patch removes the event related labels in the test. So it's expected to pass with or without event processor enabled. Also dumps the actual profiles when the test fails. Tests: - Run the test when event-processor is disabled. Change-Id: I37a30c3f6cb1b396809259d365a4a2e662b9251f Reviewed-on: http://gerrit.cloudera.org:8080/21040 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_observability.py 1 file changed, 4 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21040 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I37a30c3f6cb1b396809259d365a4a2e662b9251f Gerrit-Change-Number: 21040 Gerrit-PatchSet: 5 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Zihao Ye <[email protected]>
