Jason Fehr has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21660
Change subject: IMPALA-13295: Fix undefined variable in workload management test code. ...................................................................... IMPALA-13295: Fix undefined variable in workload management test code. The workload_management.py file used by the custom cluster workload management tests used an undefined variable in the failure message of an assert statement. This commit replaces the undefined variable with the correct variable. Verification was accomplished by checking the IDE before and after the change was made. Before the change, the IDE reported an undefined variable. After the change, the code showed no errors. Change-Id: I4e29b508bfcb99a399c5f3c9aad615cfc70455aa --- M tests/util/workload_management.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/21660/1 -- To view, visit http://gerrit.cloudera.org:8080/21660 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4e29b508bfcb99a399c5f3c9aad615cfc70455aa Gerrit-Change-Number: 21660 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <[email protected]>
