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 "Andrew Sherman (Jira)" <ji...@apache.org> on 2020/04/17 00:22:00 UTC

[jira] [Assigned] (IMPALA-9666) TestImpalaShellInteractive fails in a misleading way

     [ https://issues.apache.org/jira/browse/IMPALA-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Sherman reassigned IMPALA-9666:
--------------------------------------

    Assignee: Andrew Sherman

> TestImpalaShellInteractive fails in a misleading way
> ----------------------------------------------------
>
>                 Key: IMPALA-9666
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9666
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Andrew Sherman
>            Assignee: Andrew Sherman
>            Priority: Major
>
> If the test fails in _wait_for_num_open_sessions then the failure says
> {code}
> E   TypeError: not all arguments converted during string formatting
> {code}
> which is the result of 
> {code}
>       LOG.exception("Error: " % err)
> {code}
> which should be
> {code}
>       LOG.exception("Error: %s" % err)
> {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