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 802850e run all tests
802850e is described below
commit 802850e367e08c059fd5bf525e01ecb73ed37291
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Wed Jul 11 15:58:44 2018 -0700
run all tests
---
ci/scripts/test-run.sh | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index cc8c88d..e441981 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -139,19 +139,10 @@ pushd ${GEODE_BUILD}
set +e
echo "Running tests"
set -x
- GRADLE_SPECIAL_OPTIONS=""
- if [ "${GRADLE_TASK}" = ":geode-assembly:acceptanceTest" ]; then
- GRADLE_SPECIAL_OPTIONS="--tests DeployWithLargeJarTest"
- fi
-
- if [ "${GRADLE_TASK}" = "integrationTest" ]; then
- GRADLE_TASK="geode-core:integrationTest"
- GRADLE_SPECIAL_OPTIONS="--tests AbstractLauncherIntegrationTest"
- 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} ${GRADLE_SPECIAL_OPTIONS}
+ --system-prop "java.io.tmpdir=${TMPDIR}" ${DEFAULT_GRADLE_TASK_OPTIONS}
${GRADLE_TASK_OPTIONS} ${GRADLE_TASK}
export GRADLE_EXIT_STATUS=$?
set +x
popd