Quanlong Huang created IMPALA-14922:
---------------------------------------
Summary:
TestWorkloadManagementInitWait.test_create_on_version_1_1_0 failed on setup
Key: IMPALA-14922
URL: https://issues.apache.org/jira/browse/IMPALA-14922
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Assignee: Jason Fehr
h3. Error Message
failed on setup with "AssertionError: No log lines found in any catalogd
instances for regex: Completed workload management initialization"
h3. Stacktrace
{noformat}
custom_cluster/test_workload_mgmt_init.py:153: in setup_method
self.wait_for_wm_init_complete()
__class__ = <class
'tests.custom_cluster.test_workload_mgmt_init.TestWorkloadManagementInitWait'>
method = <bound method
TestWorkloadManagementInitWait.test_create_on_version_1_1_0 of
<tests.custom_cluster.test_workload_mgmt_init.TestWorkloadManagementInitWait
object at 0x7f3760513190>>
self =
<tests.custom_cluster.test_workload_mgmt_init.TestWorkloadManagementInitWait
object at 0x7f3760513190>
common/custom_cluster_test_suite.py:462: in wait_for_wm_init_complete
self.assert_catalogd_ha_contains("INFO", r'Completed workload management '
end_time = 1776433382.455234
self =
<tests.custom_cluster.test_workload_mgmt_init.TestWorkloadManagementInitWait
object at 0x7f3760513190>
timeout_s = 180
common/impala_test_suite.py:1779: in assert_catalogd_ha_contains
assert not all(elem is None for elem in matches), "No log lines found in
any " \
E AssertionError: No log lines found in any catalogd instances for regex:
Completed workload management initialization
level = 'INFO'
line_regex = 'Completed workload management initialization'
matches = [None]
node_idx = 0
self =
<tests.custom_cluster.test_workload_mgmt_init.TestWorkloadManagementInitWait
object at 0x7f3760513190>
timeout_s = 179.99999856948853{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)