Surya Hebbar created IMPALA-14615:
-------------------------------------
Summary: TestWebPage.test_event_processor_error_message is failing
Key: IMPALA-14615
URL: https://issues.apache.org/jira/browse/IMPALA-14615
Project: IMPALA
Issue Type: Bug
Reporter: Surya Hebbar
Assignee: Quanlong Huang
h3. Error Message
{code}
assert 'current_event' in \{'lag_time': '7s000ms', 'last_synced_event_id':
154415, 'last_synced_event_time': '2025-12-06 22:01:48',
'last_synced_event_time_s': 1765087308, ...}
{code}
h3. Stacktrace
{code}
custom_cluster/test_web_pages.py:499: in test_event_processor_error_message
assert "current_event" in json_res["progress-info"]
E assert 'current_event' in \{'lag_time': '7s000ms', 'last_synced_event_id':
154415, 'last_synced_event_time': '2025-12-06 22:01:48',
'last_synced_event_time_s': 1765087308, ...}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)