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 2E64A18A68 for ; Fri, 30 Oct 2015 10:55:57 +0000 (UTC) Received: (qmail 78625 invoked by uid 500); 30 Oct 2015 10:55:57 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 78542 invoked by uid 500); 30 Oct 2015 10:55:57 -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 78317 invoked by uid 99); 30 Oct 2015 10:55:57 -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, 30 Oct 2015 10:55:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E26A6E0850; Fri, 30 Oct 2015 10:55:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Date: Fri, 30 Oct 2015 10:56:04 -0000 Message-Id: <8cf1b99b3e29446f98b146840970cc5f@git.apache.org> In-Reply-To: <9cdad0987c9345e4a800130224260f37@git.apache.org> References: <9cdad0987c9345e4a800130224260f37@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/20] ignite git commit: Muted test Muted test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c122dcbd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c122dcbd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c122dcbd Branch: refs/heads/ignite-843-rc1 Commit: c122dcbda44a72b3899155d0c050eab6f43e473c Parents: 9fb7962 Author: ashutak Authored: Wed Oct 28 18:24:39 2015 +0300 Committer: ashutak Committed: Wed Oct 28 18:24:39 2015 +0300 ---------------------------------------------------------------------- .../GridCachePartitionedQueueCreateMultiNodeSelfTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c122dcbd/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java index 2146fc1..5a722db 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java @@ -36,6 +36,7 @@ import org.apache.ignite.testframework.GridTestUtils; import org.apache.ignite.transactions.Transaction; import static java.util.concurrent.TimeUnit.MILLISECONDS; + import static org.apache.ignite.cache.CacheAtomicityMode.TRANSACTIONAL; import static org.apache.ignite.cache.CacheMemoryMode.ONHEAP_TIERED; import static org.apache.ignite.cache.CacheMode.PARTITIONED; @@ -168,6 +169,8 @@ public class GridCachePartitionedQueueCreateMultiNodeSelfTest extends IgniteColl * @throws Exception If failed. */ public void testTx() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-1804"); + if (cacheConfiguration().getAtomicityMode() != TRANSACTIONAL) return; @@ -230,4 +233,4 @@ public class GridCachePartitionedQueueCreateMultiNodeSelfTest extends IgniteColl fut.get(); } -} \ No newline at end of file +}