Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/15751 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 0 files changed, 0 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Icfd7baed153dadceb953df30beba180128055c92 Gerrit-Change-Number: 15751 Gerrit-PatchSet: 3 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
