[ https://issues.apache.org/jira/browse/IMPALA-14109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Csaba Ringhofer resolved IMPALA-14109. -------------------------------------- Fix Version/s: Impala 4.5.1 Resolution: Fixed > hms_event_polling_disabled can skip tests based on cluster state > ---------------------------------------------------------------- > > Key: IMPALA-14109 > URL: https://issues.apache.org/jira/browse/IMPALA-14109 > Project: IMPALA > Issue Type: Bug > Reporter: Csaba Ringhofer > Assignee: Csaba Ringhofer > Priority: Major > Fix For: Impala 4.5.1 > > > hms_event_polling_disabled checks catalogd webui to check whether event > polling is enabled and defaults to false is unsuccessful. > https://github.com/apache/impala/blob/b37f4509fa03359be77bd7966e40cb2ffd1ec3e4/tests/common/environ.py#L405 > This can lead to skipping the test without error in case the webui can't be > reached: > bin/start-impala-cluster.py --kill > impala-py.test tests/metadata/test_event_processing.py > This doesn't makes sense, as this runs custom cluster tests that would > restart the cluster anyway. > https://github.com/apache/impala/blob/b37f4509fa03359be77bd7966e40cb2ffd1ec3e4/tests/metadata/test_event_processing.py#L38 -- This message was sent by Atlassian Jira (v8.20.10#820010)