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 D30CD1811A for ; Thu, 8 Oct 2015 04:15:37 +0000 (UTC) Received: (qmail 9180 invoked by uid 500); 8 Oct 2015 04:15:37 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 9103 invoked by uid 500); 8 Oct 2015 04:15:37 -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 7173 invoked by uid 99); 8 Oct 2015 04:15:36 -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, 08 Oct 2015 04:15:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 152FEE0BCF; Thu, 8 Oct 2015 04:15:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Thu, 08 Oct 2015 04:16:03 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/50] ignite git commit: Test Failed Test Failed Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/aa9d23e8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/aa9d23e8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/aa9d23e8 Branch: refs/heads/ignite-843 Commit: aa9d23e80a08d0cfb4c3fc13cb7c59bc2ceb3bee Parents: cdcaf9a Author: Anton Vinogradov Authored: Wed Sep 30 18:52:33 2015 +0300 Committer: Anton Vinogradov Committed: Wed Sep 30 18:52:33 2015 +0300 ---------------------------------------------------------------------- .../GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/aa9d23e8/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java index caeb9b6..cc24d7f 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java @@ -37,4 +37,8 @@ public class GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest @Override protected CacheAtomicityMode collectionCacheAtomicityMode() { return ATOMIC; } + + @Override public void testTx(){ + fail("https://issues.apache.org/jira/browse/IGNITE-1591"); + } } \ No newline at end of file