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 7C00C18E1A for ; Mon, 2 Nov 2015 16:38:23 +0000 (UTC) Received: (qmail 7739 invoked by uid 500); 2 Nov 2015 16:38:23 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 7703 invoked by uid 500); 2 Nov 2015 16:38:23 -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 7693 invoked by uid 99); 2 Nov 2015 16:38:23 -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, 02 Nov 2015 16:38:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43EF0DFC8A; Mon, 2 Nov 2015 16:38:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Message-Id: <2bd34aa37dba458bb36191894f4b4244@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: GridCacheNearTxExceptionSelfTest.testRemoveBackup test muted Date: Mon, 2 Nov 2015 16:38:23 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/master 5b0a18dde -> 612f9876b GridCacheNearTxExceptionSelfTest.testRemoveBackup test muted Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/612f9876 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/612f9876 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/612f9876 Branch: refs/heads/master Commit: 612f9876b7efb3040237f5bc1477a44f18f261bb Parents: 5b0a18d Author: agura Authored: Mon Nov 2 19:38:06 2015 +0300 Committer: agura Committed: Mon Nov 2 19:38:06 2015 +0300 ---------------------------------------------------------------------- .../cache/distributed/near/GridCacheNearTxExceptionSelfTest.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/612f9876/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java index 02aa824..270af25 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java @@ -35,4 +35,8 @@ public class GridCacheNearTxExceptionSelfTest extends IgniteTxExceptionAbstractS @Override public void testTransformBackup(){ fail("https://issues.apache.org/jira/browse/IGNITE-1601"); } + + @Override public void testRemoveBackup() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1839"); + } } \ No newline at end of file