[
https://issues.apache.org/jira/browse/IMPALA-14615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Surya Hebbar updated IMPALA-14615:
----------------------------------
Description:
h3. Error Message
{code:java}
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:java}
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}
The error might be stemming for the same reason as IMPALA-14616.
was:
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}
> 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
> Priority: Major
>
> h3. Error Message
> {code:java}
> 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:java}
> 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}
> The error might be stemming for the same reason as IMPALA-14616.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]