Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 965E218072 for ; Fri, 3 Jul 2015 03:27:31 +0000 (UTC) Received: (qmail 87453 invoked by uid 500); 3 Jul 2015 03:27:31 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 87424 invoked by uid 500); 3 Jul 2015 03:27:31 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 87415 invoked by uid 99); 3 Jul 2015 03:27:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 03:27:31 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Jul 2015 03:25:19 +0000 Received: (qmail 86766 invoked by uid 99); 3 Jul 2015 03:27:01 -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; Fri, 03 Jul 2015 03:27:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 001B1DFBDC; Fri, 3 Jul 2015 03:27:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Date: Fri, 03 Jul 2015 03:27:27 -0000 Message-Id: <3bbf4c96dff64af882075c6992b9cf8f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [28/32] incubator-ignite git commit: ignite-820 GridCacheEvictionFilterSelfTest#testPartitionedMixed enabled X-Virus-Checked: Checked by ClamAV on apache.org ignite-820 GridCacheEvictionFilterSelfTest#testPartitionedMixed enabled Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c866902b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c866902b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c866902b Branch: refs/heads/ignite-gg-10416 Commit: c866902b2abbedd26ef1d968aabae1cd74657c95 Parents: b437ec7 Author: agura Authored: Thu Jul 2 16:10:25 2015 +0300 Committer: agura Committed: Thu Jul 2 16:10:25 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/eviction/GridCacheEvictionFilterSelfTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c866902b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java index ea926ee..3cdb3d9 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java @@ -185,8 +185,6 @@ public class GridCacheEvictionFilterSelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testPartitionedMixed() throws Exception { - fail("https://issues.apache.org/jira/browse/IGNITE-820"); - mode = PARTITIONED; nearEnabled = false;