Fang-Yu Rao created IMPALA-14650:
------------------------------------

             Summary: TestQueryExecTimeLimit.test_exec_time_limit_not_exceeded 
seems to be flaky
                 Key: IMPALA-14650
                 URL: https://issues.apache.org/jira/browse/IMPALA-14650
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Fang-Yu Rao
            Assignee: Yida Wu


We found at 
[https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/4425/testReport/junit/query_test.test_exec_time_limit/TestQueryExecTimeLimit/test_exec_time_limit_not_exceeded/]
 that {{test_exec_time_limit_not_exceeded()}} could fail with the following 
error.

{code}
query_test/test_exec_time_limit.py:61: in test_exec_time_limit_not_exceeded
    result = self.execute_query(query, exec_options)
common/impala_test_suite.py:1128: in wrapper
    return function(*args, **kwargs)
common/impala_test_suite.py:1170: in execute_query
    return self.__execute_query(self.client, query, query_options)
common/impala_test_suite.py:1301: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:687: in execute
    cursor.execute(sql_stmt, configuration=self.__query_options)
../infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py:394:
 in execute
    self._wait_to_finish()  # make execute synchronous
../infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py:484:
 in _wait_to_finish
    raise OperationalError(resp.errorMessage)
E   impala.error.OperationalError: Query d0445dccc94fade8:1657f9da00000000 
failed:
E   Query d0445dccc94fade8:1657f9da00000000 expired due to execution time limit 
of 1m
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to