Zoltán Borók-Nagy created IMPALA-14987:
------------------------------------------
Summary: test_topic_updates_unblock_legacy_catalog is flaky
Key: IMPALA-14987
URL: https://issues.apache.org/jira/browse/IMPALA-14987
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Assignee: Mihaly Szjatinya
test_topic_updates_unblock_legacy_catalog can fail with:
{noformat}
custom_cluster/test_topic_update_frequency.py:217: in
__run_topic_update_test_inner
assert fast_query_futures[fast_query].get() < fast_query_timeout_ms, \
E AssertionError: select * from functional.tinytable limit 1 did not complete
within 1000 msec
E assert 1018 < 1000
E + where 1018 = <bound method ApplyResult.get of
<multiprocessing.pool.ApplyResult object at 0x7f49cca8ba90>>()
E + where <bound method ApplyResult.get of
<multiprocessing.pool.ApplyResult object at 0x7f49cca8ba90>> =
<multiprocessing.pool.ApplyResult object at 0x7f49cca8ba90>.get
blocking_query_min_time = 2000
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)