You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Aman Sinha (Jira)" <ji...@apache.org> on 2020/07/29 23:17:00 UTC

[jira] [Commented] (IMPALA-9184) TestImpalaShellInteractive.test_ddl_queries_are_closed is flaky

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

Aman Sinha commented on IMPALA-9184:
------------------------------------

Another test with similar failure: ( this one occurred on a impala-asf-master-core-asan build) : 
shell.test_shell_commandline.TestImpalaShell.test_queries_closed[table_format_and_file_extension: ('textfile', '.txt') | protocol: hs2-http] 

Error:
{noformat}
assert 0 == 1  +  where 1 = <bound method ImpaladService.get_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>>()  +    where <bound method ImpaladService.get_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>> = <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>.get_num_in_flight_queries
{noformat}

Stacktrace:
{noformat}
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/tests/shell/test_shell_commandline.py:367: in test_queries_closed
    assert 0 == impalad_service.get_num_in_flight_queries()
   assert 0 == 1
    +  where 1 = <bound method ImpaladService.get_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>>()
    +    where <bound method ImpaladService.get_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>> = <tests.common.impala_service.ImpaladService object at 0x7fe6cca1fd90>.get_num_in_flight_queries
{noformat}




> TestImpalaShellInteractive.test_ddl_queries_are_closed is flaky
> ---------------------------------------------------------------
>
>                 Key: IMPALA-9184
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9184
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Sahil Takiar
>            Priority: Major
>              Labels: broken-build, flaky
>
> The following test is flaky:
> shell.test_shell_interactive.TestImpalaShellInteractive.test_ddl_queries_are_closed[table_format_and_file_extension: ('textfile', '.txt') | protocol: beeswax] (from pytest)
> Error Message
> {code:java}
> AssertionError: drop query should be closed assert <bound method ImpaladService.wait_for_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x8a1fad0>>(0) + where <bound method ImpaladService.wait_for_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x8a1fad0>> = <tests.common.impala_service.ImpaladService object at 0x8a1fad0>.wait_for_num_in_flight_queries
> {code}
> Stacktrace
> {code:java}
> Impala/tests/shell/test_shell_interactive.py:338: in test_ddl_queries_are_closed assert impalad.wait_for_num_in_flight_queries(0), MSG % 'drop' E AssertionError: drop query should be closed E assert <bound method ImpaladService.wait_for_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x8a1fad0>>(0) E + where <bound method ImpaladService.wait_for_num_in_flight_queries of <tests.common.impala_service.ImpaladService object at 0x8a1fad0>> = <tests.common.impala_service.ImpaladService object at 0x8a1fad0>.wait_for_num_in_flight_queries
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org