You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2019/02/12 22:17:11 UTC

[geode-benchmarks] branch GEODE-6394 updated: run all the tests

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

heybales pushed a commit to branch GEODE-6394
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/GEODE-6394 by this push:
     new 66234fd  run all the tests
66234fd is described below

commit 66234fd8a558d6867c2fd9c901a7424e52963eb5
Author: Helena A. Bales <hb...@pivotal.io>
AuthorDate: Tue Feb 12 14:16:52 2019 -0800

    run all the tests
---
 infrastructure/scripts/aws/run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/run_tests.sh b/infrastructure/scripts/aws/run_tests.sh
index 9534b78..2a26084 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -121,7 +121,7 @@ ssh ${SSH_OPTIONS} geode@$FIRST_INSTANCE "\
   rm -rf geode-benchmarks && \
   git clone https://github.com/apache/geode-benchmarks --branch ${BENCHMARK_BRANCH} && \
   cd geode-benchmarks && \
-  ./gradlew -PgeodeVersion=${VERSION} benchmark -Phosts=${HOSTS} -Pmetadata=${METADATA} --tests org.apache.geode.benchmark.tests.PartitionedFunctionExecutionBenchmark"
+  ./gradlew -PgeodeVersion=${VERSION} benchmark -Phosts=${HOSTS} -Pmetadata=${METADATA}"
 
 mkdir -p ${OUTPUT}