Internal Jenkins has submitted this change and it was merged. Change subject: Add Kudu test helpers ......................................................................
Add Kudu test helpers Changes: 1) Add the python Kudu module to the virtualenv. Building the virtualenv is much slower now because Cython and numpy are required. To help with the rebuild time --no-cache was removed. That option was added to help when using the dev version of impyla, the version number would be the same but the module contents were different and the cache used the old module contents. 2) Add some py.test fixtures to help create Kudu and Impala connections. Change-Id: I8e5e22b38d5bd09a36238e66a69aa42d1a941de7 Reviewed-on: http://gerrit.cloudera.org:8080/2855 Reviewed-by: Casey Ching <[email protected]> Tested-by: Internal Jenkins --- M bin/impala-ipython M bin/impala-py.test M bin/impala-python A bin/impala-python-common.sh M infra/python/bootstrap_virtualenv.py A infra/python/deps/Cython-0.23.4.tar.gz A infra/python/deps/kudu-python-0.1.1.tar.gz A infra/python/deps/linecache2-1.0.0-py2.py3-none-any.whl A infra/python/deps/numpy-1.10.4.tar.gz M infra/python/deps/requirements.txt A infra/python/deps/traceback2-1.4.0-py2.py3-none-any.whl A infra/python/deps/unittest2-1.1.0-py2.py3-none-any.whl M tests/common/__init__.py M tests/conftest.py 14 files changed, 348 insertions(+), 44 deletions(-) Approvals: Casey Ching: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2855 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8e5e22b38d5bd09a36238e66a69aa42d1a941de7 Gerrit-PatchSet: 15 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Ishaan Joshi <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
