Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22982 )
Change subject: IMPALA-14041 ADDENDUM: Recreate jar file after tests run. ...................................................................... IMPALA-14041 ADDENDUM: Recreate jar file after tests run. The build was unstable because the "mvn -fae" command in the java/calcite-planner was removing the jar file due to the "clean" plugin which was needed because of a mvn bug. This caused the custom_cluster test_calcite_planner.py test to fail because it wouldn't find the jar file. Adding the "install" ensures the jar file will be recreated after the tests are run. Change-Id: I04e2c1b9bef26535ca571b87fdbd3e84c61b4b24 Reviewed-on: http://gerrit.cloudera.org:8080/22982 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/run-all-tests.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22982 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I04e2c1b9bef26535ca571b87fdbd3e84c61b4b24 Gerrit-Change-Number: 22982 Gerrit-PatchSet: 3 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
