[ 
https://issues.apache.org/jira/browse/IMPALA-9550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17254769#comment-17254769
 ] 

ASF subversion and git services commented on IMPALA-9550:
---------------------------------------------------------

Commit 29069b9499f177789a50d5cdf3536538835430ae in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=29069b9 ]

IMPALA-9550: Fix flakiness in TestResultSpoolingFetchSize.test_fetch

TestResultSpoolingFetchSize.test_fetch has been flaky in
ubuntu-16.04-dockerised environment for not reaching finished state
within 10 seconds. This patch increase the timeout of the test to 30
seconds.

Testing:
- Looped the test locally.

Change-Id: Id2e8a9db904da5f1e4acc9e18b3987b8a4ec24e5
Reviewed-on: http://gerrit.cloudera.org:8080/16895
Reviewed-by: Bikramjeet Vig <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> TestResultSpoolingFetchSize.test_fetch is flaky
> -----------------------------------------------
>
>                 Key: IMPALA-9550
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9550
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Sahil Takiar
>            Assignee: Riza Suminto
>            Priority: Major
>              Labels: broken-build, flaky
>             Fix For: Not Applicable
>
>
> Looks like the timeout needs to be bumped up.
> {code}
> query_test.test_result_spooling.TestResultSpoolingFetchSize.test_fetch[fetch_size:
>  10000 | protocol: beeswax | exec_option: {'batch_size': 2048, 'num_nodes': 
> 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
> parquet/none | wait_for_finished: True] (from pytest)
> Error Message
> query_test/test_result_spooling.py:292: in test_fetch     
> self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], timeout) 
> common/impala_test_suite.py:1085: in wait_for_state     
> self.wait_for_any_state(handle, [expected_state], timeout, client) 
> common/impala_test_suite.py:1102: in wait_for_any_state     actual_state)) E  
>  Timeout: query 424f02e1ff0912bc:37a5e6cb00000000 did not reach one of the 
> expected states [4], last known state 2
> Stacktrace
> query_test/test_result_spooling.py:292: in test_fetch
>     self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], timeout)
> common/impala_test_suite.py:1085: in wait_for_state
>     self.wait_for_any_state(handle, [expected_state], timeout, client)
> common/impala_test_suite.py:1102: in wait_for_any_state
>     actual_state))
> E   Timeout: query 424f02e1ff0912bc:37a5e6cb00000000 did not reach one of the 
> expected states [4], last known state 2
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to