mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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 <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>