You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Andrew Sherman (Jira)" <ji...@apache.org> on 2020/04/21 14:38:00 UTC

[jira] [Closed] (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 closed IMPALA-9666.
----------------------------------
    Resolution: Fixed

Note that the actual commit mentioned here is empty. The concurrent change 
{code}
IMPALA-3343, IMPALA-9489: Make impala-shell compatible with python 3
{code}
made a simultaneous fix, and gerrit resolved this conflict by making an empty change.

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