Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5A75200B7E for ; Mon, 22 Aug 2016 18:49:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4951160A87; Mon, 22 Aug 2016 16:49:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20955160AB3 for ; Mon, 22 Aug 2016 18:49:41 +0200 (CEST) Received: (qmail 72789 invoked by uid 500); 22 Aug 2016 16:49:41 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 72780 invoked by uid 99); 22 Aug 2016 16:49:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 16:49:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F08F0C74AE for ; Mon, 22 Aug 2016 16:49:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.739 X-Spam-Level: X-Spam-Status: No, score=-3.739 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.519] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7jGwkyM4Zm3v for ; Mon, 22 Aug 2016 16:49:39 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 17E795FB03 for ; Mon, 22 Aug 2016 16:49:37 +0000 (UTC) Received: (qmail 72429 invoked by uid 99); 22 Aug 2016 16:49:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 16:49:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20D6FE05E1; Mon, 22 Aug 2016 16:49:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.incubator.apache.org Date: Mon, 22 Aug 2016 16:49:38 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] incubator-geode git commit: fixes flakyTest target to allow it to run Rest API tests archived-at: Mon, 22 Aug 2016 16:49:43 -0000 fixes flakyTest target to allow it to run Rest API tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/83f97cee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/83f97cee Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/83f97cee Branch: refs/heads/develop Commit: 83f97ceef52febf92ef7737726548aa0865c1a59 Parents: c70efdf Author: Bruce Schuchardt Authored: Tue Jul 26 13:49:00 2016 -0700 Committer: William Markito Committed: Mon Aug 1 16:54:15 2016 -0700 ---------------------------------------------------------------------- geode-assembly/build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/83f97cee/geode-assembly/build.gradle ---------------------------------------------------------------------- diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle index fdd6e25..499eca2 100755 --- a/geode-assembly/build.gradle +++ b/geode-assembly/build.gradle @@ -387,6 +387,7 @@ def dependOnInstalledProduct = { test dependOnInstalledProduct distributedTest dependOnInstalledProduct integrationTest dependOnInstalledProduct +flakyTest dependOnInstalledProduct // Make build final task to generate all test and product resources build.dependsOn installDist