Andrew Sherman has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15751
Change subject: IMPALA-9666 Correct a log message in TestImpalaShellInteractive ...................................................................... IMPALA-9666 Correct a log message in TestImpalaShellInteractive When _wait_for_num_open_sessions() calls wait_for_metric_value() and wait_for_metric_value() hits an assertion error then _wait_for_num_open_sessions() catches the exception and attempts to log a descriptive string that was passed to it as a parameter. The logging call does not have a '%s' directive, which results in the failure being reported as "TypeError: not all arguments converted during string formatting". Fix this by adding the '%s' directive to the logging call. Change-Id: Icfd7baed153dadceb953df30beba180128055c92 --- M tests/shell/test_shell_interactive.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/51/15751/1 -- To view, visit http://gerrit.cloudera.org:8080/15751 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icfd7baed153dadceb953df30beba180128055c92 Gerrit-Change-Number: 15751 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Sherman <[email protected]>
