Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23790 )
Change subject: IMPALA-14616: Skip checking batch event processing metrics in test_event_processor_status ...................................................................... IMPALA-14616: Skip checking batch event processing metrics in test_event_processor_status When hierarchical event processing is enabled, there is no info about the current event batch shown in the /events page. Note that event batches are dispatched and processed later in parallel. The current event batch info is actually showing the current batch that is being dispatched which won't take long. This patch skips checking the current event batch info when hierarchical event processing is enabled. Tests - Verified that test runs fine locally. Change-Id: I2df24d2fd3b028a84d557e70141e68aa234908d4 Reviewed-on: http://gerrit.cloudera.org:8080/23790 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_web_pages.py 1 file changed, 16 insertions(+), 10 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23790 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2df24d2fd3b028a84d557e70141e68aa234908d4 Gerrit-Change-Number: 23790 Gerrit-PatchSet: 4 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>
