Marton Greber has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23508 Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- A build-support/test-cluster-common.sh M src/kudu/client/client_examples-test.sh 2 files changed, 196 insertions(+), 135 deletions(-) Approvals: Zoltan Martonka: Looks good to me, but someone else must approve Gabriella Lotz: Looks good to me, but someone else must approve Marton Greber: Verified Alexey Serbin: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Ic2dfb6c51bbbbb882b8f42412a651d63a2a51a0b Gerrit-Change-Number: 23508 Gerrit-PatchSet: 2 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
