Casey Ching has uploaded a new patch set (#7). 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 --- 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/numpy-1.10.4.tar.gz M infra/python/deps/requirements.txt M tests/conftest.py 10 files changed, 340 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/55/2855/7 -- To view, visit http://gerrit.cloudera.org:8080/2855 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I8e5e22b38d5bd09a36238e66a69aa42d1a941de7 Gerrit-PatchSet: 7 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
