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/17 00:13:00 UTC

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

Andrew Sherman created IMPALA-9666:
--------------------------------------

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


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)