Marton Greber has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23508
Change subject: KUDU-3478: Extract functions for example tests ...................................................................... KUDU-3478: Extract functions for example tests This patch extracts the common cluster startup, shutdown, and utility functions from client_examples-test.sh into a new shared script build-support/test-cluster-common.sh. The client_examples-test.sh script is refactored to use these shared functions. This shared library will be reused by Python and Java example test scripts in subsequent patches. Change-Id: Ic2dfb6c51bbbbb882b8f42412a651d63a2a51a0b --- A build-support/test-cluster-common.sh M src/kudu/client/client_examples-test.sh 2 files changed, 196 insertions(+), 135 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/23508/1 -- To view, visit http://gerrit.cloudera.org:8080/23508 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2dfb6c51bbbbb882b8f42412a651d63a2a51a0b Gerrit-Change-Number: 23508 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
