Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12472
Change subject: IMPALA-8199: Fix stress test: 'No module named RuntimeProfile.ttypes' ...................................................................... IMPALA-8199: Fix stress test: 'No module named RuntimeProfile.ttypes' A recent commit (IMPALA-6964) broke the stress test because it added an import of a generated thrift value to a python file that is included by the stress test. The stress test is intended to be able to be run without doing a full build of Impala, but in this case the generated thrift isn't available, leading to an import error. The solution is to only import the thrift value in the function where it is used, which is not called by the stress test. Testing: - Ran the stress test manually without doing a full build and confirmed that it works now. Change-Id: I7a3bd26d743ef6603fabf92f904feb4677001da5 --- M tests/util/parse_util.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/12472/1 -- To view, visit http://gerrit.cloudera.org:8080/12472 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7a3bd26d743ef6603fabf92f904feb4677001da5 Gerrit-Change-Number: 12472 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
