Adar Dembo has submitted this change and it was merged. Change subject: build-and-test.sh: only rerun Spark tests if Java build passes ......................................................................
build-and-test.sh: only rerun Spark tests if Java build passes Otherwise, the output of a failing Spark test from the first build is overwritten by the second build. The alternative is to configure Maven to use a different build directory [1] for the second build, but I think that's more trouble than it's worth. 1. https://stackoverflow.com/questions/3908013/maven-how-to-change-path-to-target-directory-from-command-line Change-Id: Ief21061be0615ca4d9d8980430f4982c8c43d77c Reviewed-on: http://gerrit.cloudera.org:8080/7090 Tested-by: Adar Dembo <[email protected]> Reviewed-by: Dan Burkert <[email protected]> --- M build-support/jenkins/build-and-test.sh 1 file changed, 13 insertions(+), 7 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Adar Dembo: Verified -- To view, visit http://gerrit.cloudera.org:8080/7090 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ief21061be0615ca4d9d8980430f4982c8c43d77c Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
