Marton Greber has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23509
Change subject: KUDU-3478 Add Python client examples test script ...................................................................... KUDU-3478 Add Python client examples test script This patch adds test-python-examples.sh to verify that Python client examples run correctly against a local Kudu cluster. The script: - Tests examples with both Python 2 and Python 3 - Creates isolated virtualenvs for each Python version - Builds and installs the Python client from source - Starts a local Kudu cluster using shared test-cluster-common.sh - Runs example scripts and verifies they complete successfully - Supports testing all examples or individual scripts The script is integrated into build-and-test.sh to run during CI for both BUILD_PYTHON (Python2) and BUILD_PYTHON3 builds. Change-Id: Ic2ea271a8d33a285e4bf222afa17ec77583a5b8b --- M build-support/jenkins/build-and-test.sh M python/Makefile A python/test-python-examples.sh 3 files changed, 185 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/23509/1 -- To view, visit http://gerrit.cloudera.org:8080/23509 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2ea271a8d33a285e4bf222afa17ec77583a5b8b Gerrit-Change-Number: 23509 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
