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 7677E17F30 for ; Wed, 22 Apr 2015 16:03:21 +0000 (UTC) Received: (qmail 44621 invoked by uid 500); 22 Apr 2015 16:02:47 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 44576 invoked by uid 500); 22 Apr 2015 16:02:47 -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 44563 invoked by uid 99); 22 Apr 2015 16:02:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 16:02:47 +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: local policy) 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, 22 Apr 2015 16:02:41 +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 3955725F8A for ; Wed, 22 Apr 2015 16:02:18 +0000 (UTC) Received: (qmail 43499 invoked by uid 99); 22 Apr 2015 16:02:18 -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, 22 Apr 2015 16:02:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17A07E00A5; Wed, 22 Apr 2015 16:02:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 22 Apr 2015 16:02:34 -0000 Message-Id: <7ab7f923bfcf418a836ec7acaefdeac9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/45] incubator-ignite git commit: Merge branch 'ignite-sprint-4' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-4 X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'ignite-sprint-4' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8d13aa13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8d13aa13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8d13aa13 Branch: refs/heads/ignite-gg-10115 Commit: 8d13aa13f3523c79665a7a8a52d086a120f4b494 Parents: 43659dc d04152d Author: Denis Magda Authored: Tue Apr 21 12:57:48 2015 +0300 Committer: Denis Magda Committed: Tue Apr 21 12:57:48 2015 +0300 ---------------------------------------------------------------------- .../affinity/GridAffinityAssignmentCache.java | 7 ++- ...ridCachePartitionNotLoadedEventSelfTest.java | 22 +++++++- .../IgniteCachePutGetRestartAbstractTest.java | 39 +++++++++----- .../IgniteCacheTxFairAffinityNodeJoinTest.java | 35 +++++++++++++ ...micFairAffinityMultiNodeFullApiSelfTest.java | 35 +++++++++++++ ...nedFairAffinityMultiNodeFullApiSelfTest.java | 36 +++++++++++++ ...dezvousAffinityMultiNodeFullApiSelfTest.java | 35 ------------- .../IgniteCacheFailoverTestSuite.java | 3 +- .../IgniteCacheFullApiSelfTestSuite.java | 4 +- .../ignite/util/TestTcpCommunicationSpi.java | 54 ++++++++++++++++++++ 10 files changed, 218 insertions(+), 52 deletions(-) ----------------------------------------------------------------------