[
https://issues.apache.org/jira/browse/IMPALA-14650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054677#comment-18054677
]
ASF subversion and git services commented on IMPALA-14650:
----------------------------------------------------------
Commit f00a1d27256f396bf2dee0eb9d6af0279a3d0c52 in impala's branch
refs/heads/master from Yida Wu
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f00a1d272 ]
IMPALA-14650: Run test_exec_time_limit_not_exceeded serially
TestQueryExecTimeLimit.test_exec_time_limit_not_exceeded is currently
flaky, occasionally failing to complete the count query within
60 seconds limit, maybe it is due to resource contention from
concurrent tests.
This patch marks the test for serial execution to isolate it from
other tests. This ensures the query has sufficient resources to
finish on time.
Change-Id: I25f1e7053d4068d291ddc04064c921f54ad5172c
Reviewed-on: http://gerrit.cloudera.org:8080/23878
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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: Bug
> Reporter: Fang-Yu Rao
> Assignee: Yida Wu
> Priority: Major
> Labels: broken-build
>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]