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/14 00:54:30 UTC

[geode-benchmarks] branch emptyFunctionTest updated: just run the function test and remove the exclude for function tests

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

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


The following commit(s) were added to refs/heads/emptyFunctionTest by this push:
     new 87cf5d8  just run the function test and remove the exclude for function tests
87cf5d8 is described below

commit 87cf5d8aa0f301b0c9d69b4320e12727fa9cd230
Author: Helena A. Bales <hb...@pivotal.io>
AuthorDate: Wed Feb 13 16:54:14 2019 -0800

    just run the function test and remove the exclude for function tests
---
 geode-benchmarks/build.gradle           | 1 -
 infrastructure/scripts/aws/run_tests.sh | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 3820601..450878a 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -61,7 +61,6 @@ task benchmark(type: Test) {
         exceptionFormat = 'full'
     }
 
-    exclude "**/*Function*Benchmark.class"
     forkEvery 1
 
     systemProperty 'TEST_HOSTS', project.findProperty('hosts')
diff --git a/infrastructure/scripts/aws/run_tests.sh b/infrastructure/scripts/aws/run_tests.sh
index 2a26084..9534b78 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}"
+  ./gradlew -PgeodeVersion=${VERSION} benchmark -Phosts=${HOSTS} -Pmetadata=${METADATA} --tests org.apache.geode.benchmark.tests.PartitionedFunctionExecutionBenchmark"
 
 mkdir -p ${OUTPUT}