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

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

Commit 1ae97e7173da3b9c9df7262dcc4a1e0b3f409073 in impala's branch 
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1ae97e717 ]

IMPALA-13811: Deflake test_insert_overwrite_base_detection

The test didn't wait in wait_for_finished_timeout() long
enough and ignored its return value, so it could continue
execution before the query was actually finished.

Change-Id: I339bd338cfd3873cc4892f012066034a6f7d4e12
Reviewed-on: http://gerrit.cloudera.org:8080/23180
Reviewed-by: Riza Suminto <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> test_insert_overwrite_base_detection seems to be flaky 
> -------------------------------------------------------
>
>                 Key: IMPALA-13811
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13811
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Fang-Yu Rao
>            Assignee: Csaba Ringhofer
>            Priority: Major
>              Labels: broken-build, flaky
>
> We found that *test_insert_overwrite_base_detection()* in 
> https://github.com/apache/impala/blob/master/tests/query_test/test_acid.py 
> seems to be flaky. It could fail with the following error.
> +*Error Message*+
> {code}
> query_test/test_acid.py:399: in test_insert_overwrite_base_detection     
> assert result.data == ['1\ta', '3\tb', '4\tb'] E   assert ['3\tb', '4\tb'] == 
> ['1\ta', '3\tb', '4\tb'] E     At index 0 diff: '3\tb' != '1\ta' E     Right 
> contains more items, first extra item: '4\tb' E     Use -v to get the full 
> diff
> {code}
> +*Stacktrace*+
> {code}
> query_test/test_acid.py:399: in test_insert_overwrite_base_detection
>     assert result.data == ['1\ta', '3\tb', '4\tb']
> E   assert ['3\tb', '4\tb'] == ['1\ta', '3\tb', '4\tb']
> E     At index 0 diff: '3\tb' != '1\ta'
> E     Right contains more items, first extra item: '4\tb'
> E     Use -v to get the full diff
> {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]

Reply via email to