[02/44] hive git commit: HIVE-14790: Jenkins is not displaying test results because 'set -e' is aborting the script too soon (Sergio Pena)

2016-09-30 Thread sershe
HIVE-14790: Jenkins is not displaying test results because 'set -e' is aborting 
the script too soon (Sergio Pena)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/eab7b40c
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/eab7b40c
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/eab7b40c

Branch: refs/heads/hive-14535
Commit: eab7b40c7d197f3b4a7ea97fe5424a1100ef2ad5
Parents: 83ef6f9
Author: Sergio Pena 
Authored: Mon Sep 19 18:26:35 2016 -0500
Committer: Sergio Pena 
Committed: Mon Sep 19 18:27:21 2016 -0500

--
 dev-support/jenkins-execute-build.sh | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/eab7b40c/dev-support/jenkins-execute-build.sh
--
diff --git a/dev-support/jenkins-execute-build.sh 
b/dev-support/jenkins-execute-build.sh
index a9935e1..b2ba8e9 100644
--- a/dev-support/jenkins-execute-build.sh
+++ b/dev-support/jenkins-execute-build.sh
@@ -118,6 +118,8 @@ else
echo "ISSUE: unspecified PROFILE: $BUILD_PROFILE"
 fi
 
+set +e
+
 call_ptest_server --testHandle "$TEST_HANDLE" --endpoint "$PTEST_API_ENDPOINT" 
--logsEndpoint "$PTEST_LOG_ENDPOINT" \
--profile "$BUILD_PROFILE" ${optionalArgs[@]} "$@"
 



hive git commit: HIVE-14790: Jenkins is not displaying test results because 'set -e' is aborting the script too soon (Sergio Pena)

2016-09-19 Thread spena
Repository: hive
Updated Branches:
  refs/heads/master 83ef6f927 -> eab7b40c7


HIVE-14790: Jenkins is not displaying test results because 'set -e' is aborting 
the script too soon (Sergio Pena)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/eab7b40c
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/eab7b40c
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/eab7b40c

Branch: refs/heads/master
Commit: eab7b40c7d197f3b4a7ea97fe5424a1100ef2ad5
Parents: 83ef6f9
Author: Sergio Pena 
Authored: Mon Sep 19 18:26:35 2016 -0500
Committer: Sergio Pena 
Committed: Mon Sep 19 18:27:21 2016 -0500

--
 dev-support/jenkins-execute-build.sh | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/eab7b40c/dev-support/jenkins-execute-build.sh
--
diff --git a/dev-support/jenkins-execute-build.sh 
b/dev-support/jenkins-execute-build.sh
index a9935e1..b2ba8e9 100644
--- a/dev-support/jenkins-execute-build.sh
+++ b/dev-support/jenkins-execute-build.sh
@@ -118,6 +118,8 @@ else
echo "ISSUE: unspecified PROFILE: $BUILD_PROFILE"
 fi
 
+set +e
+
 call_ptest_server --testHandle "$TEST_HANDLE" --endpoint "$PTEST_API_ENDPOINT" 
--logsEndpoint "$PTEST_LOG_ENDPOINT" \
--profile "$BUILD_PROFILE" ${optionalArgs[@]} "$@"