[
https://issues.apache.org/jira/browse/IMPALA-9666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Sherman updated IMPALA-9666:
-----------------------------------
Priority: Critical (was: Major)
> 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
> Priority: Critical
>
> 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: [email protected]
For additional commands, e-mail: [email protected]