Zoltán Borók-Nagy created IMPALA-12320:
------------------------------------------
Summary: test_topic_updates_unblock fails in ASAN build
Key: IMPALA-12320
URL: https://issues.apache.org/jira/browse/IMPALA-12320
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h3. Error Message
AssertionError: alter table tpcds.store_sales recover partitions query took
less time than 10000 msec assert 9622 > 10000 + where 9622 = <bound method
ApplyResult.get of <multiprocessing.pool.ApplyResult object at
0x7f1ab45b6d10>>() + where <bound method ApplyResult.get of
<multiprocessing.pool.ApplyResult object at 0x7f1ab45b6d10>> =
<multiprocessing.pool.ApplyResult object at 0x7f1ab45b6d10>.get
h3. Stacktrace
{noformat}
custom_cluster/test_topic_update_frequency.py:82: in test_topic_updates_unblock
non_blocking_query_options=non_blocking_query_options)
custom_cluster/test_topic_update_frequency.py:132: in __run_topic_update_test
assert slow_query_future.get() > blocking_query_min_time, \
E AssertionError: alter table tpcds.store_sales recover partitions query took
less time than 10000 msec
E assert 9622 > 10000
E + where 9622 = <bound method ApplyResult.get of
<multiprocessing.pool.ApplyResult object at 0x7f1ab45b6d10>>()
E + where <bound method ApplyResult.get of
<multiprocessing.pool.ApplyResult object at 0x7f1ab45b6d10>> =
<multiprocessing.pool.ApplyResult object at 0x7f1ab45b6d10>.get
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)