Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13815
Change subject: IMPALA-8747: Fix string formatting on HS2 connection setup failure ...................................................................... IMPALA-8747: Fix string formatting on HS2 connection setup failure In impala_test_suite.py, the logging for HS2 connection failure uses "{0}" replacement codes when the logging facility expects it to use "%"-style codes. This fixes it to call .format() directly. Change-Id: I4789712fcd71c887a9c6c890cd22a4f382faa3a5 --- M tests/common/impala_test_suite.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/13815/1 -- To view, visit http://gerrit.cloudera.org:8080/13815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4789712fcd71c887a9c6c890cd22a4f382faa3a5 Gerrit-Change-Number: 13815 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>