This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch feature/GEODE-5212
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-5212 by this
push:
new 237c79e run all integration tests
237c79e is described below
commit 237c79ebdf2b9702a6b7f59fb56bd6b9f731bed4
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Jul 18 14:00:03 2018 -0700
run all integration tests
Signed-off-by: Sai Boorlagadda <[email protected]>
---
ci/scripts/test-run.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index b45daef..e441981 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -140,11 +140,6 @@ pushd ${GEODE_BUILD}
echo "Running tests"
set -x
- if [ "${GRADLE_TASK}" = "integrationTest" ]; then
- GRADLE_TASK="geode-assembly:integrationTest"
- GRADLE_SPECIAL_OPTIONS="--tests PdxBasedCrudControllerIntegrationTest"
- fi
-
# ./gradlew --no-daemon -x javadoc -x spotlessCheck
:geode-assembly:acceptanceTest --tests
org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest
./gradlew ${PARALLEL_DUNIT} ${DUNIT_PARALLEL_FORKS} ${DUNIT_DOCKER_IMAGE} \
--system-prop "java.io.tmpdir=${TMPDIR}" ${DEFAULT_GRADLE_TASK_OPTIONS}
${GRADLE_TASK_OPTIONS} ${GRADLE_TASK}