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-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 29e5384  Disable *NonIndexedQueryBenchmark
29e5384 is described below

commit 29e5384ce20626ba0dd442ee557e2e60826c12b1
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Thu Apr 18 16:37:06 2019 -0700

    Disable *NonIndexedQueryBenchmark
    
    Currently unstable.
---
 geode-benchmarks/build.gradle           | 2 ++
 infrastructure/scripts/aws/run_tests.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index bc6f097..af47613 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,6 +64,8 @@ task benchmark(type: Test) {
         exceptionFormat = 'full'
     }
 
+    exclude "**/*NonIndexedQueryBenchmark.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 f8eae10..19022d2 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -17,7 +17,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-set -x -e -o pipefail
+set -e -o pipefail
 
 DEFAULT_BENCHMARK_REPO='https://github.com/apache/geode-benchmarks'
 BENCHMARK_REPO=${DEFAULT_BENCHMARK_REPO}

Reply via email to