Michael Brown has uploaded a new patch set (#2). Change subject: IMPALA-3969: stress test: add option to (en|dis)able codegen ......................................................................
IMPALA-3969: stress test: add option to (en|dis)able codegen It can be useful for debugging purposes to run the stress test with codegen disabled. This patch adds a commandline option to the stress test entry point that enables or disables codegen for all queries and passes the value through to the appropriate objects for eventually setting as a query option. Testing: I ran concurrent_select.py by hand against an Impala cluster with codegen both enabled and disabled. Both the log written by concurrent_select.py and the Impala logs on the cluster indicated DISABLE_CODEGEN was being set as I directed. Change-Id: Iada041aace60c218a12178d8f1b9a68ff29de72e --- M tests/stress/concurrent_select.py 1 file changed, 16 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/3887/2 -- To view, visit http://gerrit.cloudera.org:8080/3887 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iada041aace60c218a12178d8f1b9a68ff29de72e Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Brown <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
