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 CD36718038 for ; Wed, 29 Apr 2015 10:23:02 +0000 (UTC) Received: (qmail 27403 invoked by uid 500); 29 Apr 2015 10:11:11 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 27325 invoked by uid 500); 29 Apr 2015 10:11:11 -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 27164 invoked by uid 99); 29 Apr 2015 10:11:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 10:11:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of root@apache.org designates 54.191.145.13 as permitted sender) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 10:11:07 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id A7CB628428 for ; Wed, 29 Apr 2015 10:09:38 +0000 (UTC) Received: (qmail 4020 invoked by uid 99); 29 Apr 2015 09:46: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; Wed, 29 Apr 2015 09:46:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8B55DE0D59; Wed, 29 Apr 2015 09:46:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sevdokimov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 29 Apr 2015 09:46:53 -0000 Message-Id: In-Reply-To: <1f2968153ae04c3299033ba2a343527b@git.apache.org> References: <1f2968153ae04c3299033ba2a343527b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/50] incubator-ignite git commit: # ignite-sprint-4 disabled hanging test X-Virus-Checked: Checked by ClamAV on apache.org # ignite-sprint-4 disabled hanging test Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e253e994 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e253e994 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e253e994 Branch: refs/heads/ignite-831 Commit: e253e994dbd743d699b71d69bd9ae6520875e594 Parents: bc9687f Author: sboikov Authored: Wed Apr 29 11:51:05 2015 +0300 Committer: sboikov Committed: Wed Apr 29 11:51:05 2015 +0300 ---------------------------------------------------------------------- .../processors/datastreamer/DataStreamerMultiThreadedSelfTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e253e994/modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerMultiThreadedSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerMultiThreadedSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerMultiThreadedSelfTest.java index 2382a66..bea3809 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerMultiThreadedSelfTest.java @@ -68,6 +68,8 @@ public class DataStreamerMultiThreadedSelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testStartStopIgnites() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-840"); + for (int attempt = 0; attempt < 3; ++attempt) { log.info("Iteration: " + attempt);