This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a0228a  GEODE-5453: Fixes upgradeTest failures.
9a0228a is described below

commit 9a0228a59f9806d2caf574079c4f870b563d112c
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Jul 25 17:19:29 2018 -0700

    GEODE-5453: Fixes upgradeTest failures.
    
    - Temp directory set at runtime is not necessary anymore.
---
 ci/scripts/execute_tests.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/ci/scripts/execute_tests.sh b/ci/scripts/execute_tests.sh
index bf2dbb2..e604e4e 100755
--- a/ci/scripts/execute_tests.sh
+++ b/ci/scripts/execute_tests.sh
@@ -70,5 +70,10 @@ fi
 
 ssh -i ${SSHKEY_FILE} geode@${INSTANCE_IP_ADDRESS} "mkdir -p tmp && cd geode 
&& ./gradlew ${DEFAULT_GRADLE_TASK_OPTIONS} -Dskip.tests=true build"
 
-ssh -i ${SSHKEY_FILE} geode@${INSTANCE_IP_ADDRESS} "mkdir -p tmp && cd geode 
&& ./gradlew ${PARALLEL_DUNIT} ${DUNIT_PARALLEL_FORKS} 
-PdunitDockerImage=\$(docker images --format '{{.Repository}}:{{.Tag}}') \
-      --system-prop java.io.tmpdir=/home/geode/tmp 
${DEFAULT_GRADLE_TASK_OPTIONS} ${GRADLE_TASK} ${GRADLE_TASK_OPTIONS}"
+ssh -i ${SSHKEY_FILE} geode@${INSTANCE_IP_ADDRESS} "mkdir -p tmp && cd geode 
&& ./gradlew \
+    ${PARALLEL_DUNIT} \
+    ${DUNIT_PARALLEL_FORKS} \
+    -PdunitDockerImage=\$(docker images --format '{{.Repository}}:{{.Tag}}') \
+    ${DEFAULT_GRADLE_TASK_OPTIONS} \
+    ${GRADLE_TASK} \
+    ${GRADLE_TASK_OPTIONS}"

Reply via email to