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

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

Commit 731bb8029e9511db609206aaa5c3693f26caf8e4 in impala's branch 
refs/heads/master from Vihang Karajgaonkar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=731bb80 ]

IMPALA-10885: Deflake test_get_table_req_without_fallback

The test originally was written when events processing
was not turned on by default. However, after
IMPALA-8795 the events processing is turned on by
default and this test fails intermittently.

The error was reproduced by adding a simple
sleep statement in the test just before issuing a
get_table API call which was expected to fail.

Testing:
1. Looped the test for 25 times with the change and with
the sleep statement which reproduced the failure.

Change-Id: I684ec07cc23617d64355df25420c45b0cbedd5a3
Reviewed-on: http://gerrit.cloudera.org:8080/17817
Reviewed-by: Vihang Karajgaonkar <[email protected]>
Reviewed-by: Quanlong Huang <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> TestMetastoreService.test_get_table_req_without_fallback fails in a S3 build
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-10885
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10885
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Quanlong Huang
>            Assignee: Vihang Karajgaonkar
>            Priority: Critical
>              Labels: broken-build
>
> custom_cluster.test_metastore_service.TestMetastoreService.test_get_table_req_without_fallback
> {code:java}
> custom_cluster/test_metastore_service.py:269: in 
> test_get_table_req_without_fallback
>     get_table_request, expected_exception_str)
> custom_cluster/test_metastore_service.py:1215: in 
> __call_get_table_req_expect_exception
>     assert expected_exception_str in str(e)
> E   assert 'Database test_get_table_req_without_fallback_dbgiioi not found' 
> in "NoSuchObjectException(_message='Table 
> test_get_table_req_without_fallback_dbgiioi.test_get_table_req_tblglidw not 
> found')"
> E    +  where "NoSuchObjectException(_message='Table 
> test_get_table_req_without_fallback_dbgiioi.test_get_table_req_tblglidw not 
> found')" = str(NoSuchObjectException(_message='Table 
> test_get_table_req_without_fallback_dbgiioi.test_get_table_req_tblglidw not 
> found')){code}
> The commit of the build isĀ 237ed5e8738ec565bc8d3ce813d9b70c12ad4ce7.



--
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