Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18624 )
Change subject: [tools] Add option to disable Python3 testing ...................................................................... [tools] Add option to disable Python3 testing An internal test environment is not yet able to configure python3. Adds an environment variable to disable configuring and testing with python3. Tested manually with ``` make impala_shell_pypi impala-py.test tests/shell/test_shell_interactive.py rm -rf shell/build export DISABLE_PYTHON3_TEST=true touch CMakeLists.txt && make impala_shell_pypi impala-py.test tests/shell/test_shell_interactive.py ``` Change-Id: I00999090eb3732a10e114f368b47036131252474 Reviewed-on: http://gerrit.cloudera.org:8080/18624 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M CMakeLists.txt M tests/shell/util.py 2 files changed, 10 insertions(+), 2 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/18624 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I00999090eb3732a10e114f368b47036131252474 Gerrit-Change-Number: 18624 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
