Zoltán Borók-Nagy created IMPALA-12936:
------------------------------------------
Summary: test_query_log tests fail during test setup in UBSAN build
Key: IMPALA-12936
URL: https://issues.apache.org/jira/browse/IMPALA-12936
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h2. Error details
{noformat}
test setup failure
{noformat}
h2. Stack trace
{noformat}
common/custom_cluster_test_suite.py:225: in teardown_method
impalad.wait_for_exit()
common/impala_cluster.py:471: in wait_for_exit
while self.__get_pid() is not None:
common/impala_cluster.py:414: in __get_pid
assert len(pids) < 2, "Expected single pid but found %s" % ",
".join(map(str, pids))
E AssertionError: Expected single pid but found 21791, 23520
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)