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 6FAD6200C6C for ; Thu, 20 Apr 2017 10:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6BB0C160BE0; Thu, 20 Apr 2017 08:39:14 +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 73A3A160BD1 for ; Thu, 20 Apr 2017 10:39:13 +0200 (CEST) Received: (qmail 4995 invoked by uid 500); 20 Apr 2017 08:39:12 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 2173 invoked by uid 99); 20 Apr 2017 08:39:09 -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; Thu, 20 Apr 2017 08:39:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8ECAE178C; Thu, 20 Apr 2017 08:39:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Thu, 20 Apr 2017 08:39:45 -0000 Message-Id: <6b8a90a0340e49ed99176adbdaeadec2@git.apache.org> In-Reply-To: <2e8d7ef222ea405998aa3e7df9518002@git.apache.org> References: <2e8d7ef222ea405998aa3e7df9518002@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [38/71] [abbrv] ignite git commit: master - Mute test with a correct link archived-at: Thu, 20 Apr 2017 08:39:14 -0000 master - Mute test with a correct link Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9b21c85d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9b21c85d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9b21c85d Branch: refs/heads/ignite-4535 Commit: 9b21c85d6ec0cdbba8cbf2382559a8ef5a82e15c Parents: 2edb935 Author: Alexey Goncharuk Authored: Tue Apr 18 18:40:27 2017 +0300 Committer: Alexey Goncharuk Committed: Tue Apr 18 18:43:21 2017 +0300 ---------------------------------------------------------------------- .../cache/IgniteCacheJoinPartitionedAndReplicatedTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9b21c85d/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheJoinPartitionedAndReplicatedTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheJoinPartitionedAndReplicatedTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheJoinPartitionedAndReplicatedTest.java index d4772c1..37b21c9 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheJoinPartitionedAndReplicatedTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheJoinPartitionedAndReplicatedTest.java @@ -161,6 +161,8 @@ public class IgniteCacheJoinPartitionedAndReplicatedTest extends GridCommonAbstr * @throws Exception If failed. */ public void testJoin() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5016"); + Ignite client = grid(2); IgniteCache personCache = client.cache(PERSON_CACHE);