From commits-return-31524-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed Apr 24 21:43:31 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9A51C180668 for ; Wed, 24 Apr 2019 23:43:31 +0200 (CEST) Received: (qmail 4338 invoked by uid 500); 24 Apr 2019 21:43:27 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 4328 invoked by uid 99); 24 Apr 2019 21:43:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2019 21:43:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 73F9F8A7EE; Wed, 24 Apr 2019 21:43:27 +0000 (UTC) Date: Wed, 24 Apr 2019 21:43:27 +0000 To: "commits@geode.apache.org" Subject: [geode-benchmarks] branch develop updated: Disable query again MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155614220741.21502.12383470794566149116@gitbox.apache.org> From: jbarrett@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode-benchmarks X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: e23f611eb000aac764284122adca05efb53f9087 X-Git-Newrev: cd8216c7ec917ee40ed11388350d731a98ff0a9f X-Git-Rev: cd8216c7ec917ee40ed11388350d731a98ff0a9f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 cd8216c Disable query again cd8216c is described below commit cd8216c7ec917ee40ed11388350d731a98ff0a9f Author: Jacob Barrett AuthorDate: Wed Apr 24 14:43:18 2019 -0700 Disable query again --- geode-benchmarks/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle index bc6f097..6552688 100644 --- a/geode-benchmarks/build.gradle +++ b/geode-benchmarks/build.gradle @@ -64,6 +64,8 @@ task benchmark(type: Test) { exceptionFormat = 'full' } + exclude "**/*IndexedQueryBenchmark.class" + forkEvery 1 systemProperty 'TEST_HOSTS', project.findProperty('hosts')