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 D86871821A for ; Thu, 21 May 2015 02:11:09 +0000 (UTC) Received: (qmail 35854 invoked by uid 500); 21 May 2015 02:11:09 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 35823 invoked by uid 500); 21 May 2015 02:11:09 -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 35814 invoked by uid 99); 21 May 2015 02:11:09 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 02:11:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3FF201A1A62 for ; Thu, 21 May 2015 02:11:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id aNLhrbh7JkAL for ; Thu, 21 May 2015 02:10:58 +0000 (UTC) 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 9E1E4262CC for ; Thu, 21 May 2015 02:10:58 +0000 (UTC) Received: (qmail 35510 invoked by uid 99); 21 May 2015 02:10:58 -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, 21 May 2015 02:10:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20FECE4421; Thu, 21 May 2015 02:10:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 21 May 2015 02:10:58 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] incubator-ignite git commit: Merge branch 'ignite-gg-10151' into ignite-sprint-5 Repository: incubator-ignite Updated Branches: refs/heads/ignite-80 e5107fef7 -> 7bced06fa Merge branch 'ignite-gg-10151' into ignite-sprint-5 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d21bc307 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d21bc307 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d21bc307 Branch: refs/heads/ignite-80 Commit: d21bc307b33ffa944a2e1a33893f18d10f35347c Parents: 2b57817 0532017 Author: Andrey Authored: Thu May 14 00:33:18 2015 +0700 Committer: Andrey Committed: Thu May 14 00:33:18 2015 +0700 ---------------------------------------------------------------------- .../scalar/tests/ScalarCacheQueriesSpec.scala | 154 +++++++++---------- .../ignite/scalar/tests/ScalarCacheSpec.scala | 23 +-- .../scalar/tests/ScalarConversionsSpec.scala | 43 +++--- .../scalar/tests/ScalarProjectionSpec.scala | 128 ++++++++------- .../scalar/tests/ScalarReturnableSpec.scala | 41 ++--- modules/visor-console/pom.xml | 2 +- .../ignite/visor/VisorRuntimeBaseSpec.scala | 2 +- .../visor/commands/VisorArgListSpec.scala | 60 ++++---- .../commands/VisorFileNameCompleterSpec.scala | 34 ++-- .../commands/ack/VisorAckCommandSpec.scala | 20 +-- .../commands/alert/VisorAlertCommandSpec.scala | 68 ++++---- .../cache/VisorCacheClearCommandSpec.scala | 48 +++--- .../commands/cache/VisorCacheCommandSpec.scala | 66 ++++---- .../config/VisorConfigurationCommandSpec.scala | 8 +- .../cswap/VisorCacheSwapCommandSpec.scala | 24 +-- .../deploy/VisorDeployCommandSpec.scala | 10 +- .../disco/VisorDiscoveryCommandSpec.scala | 46 +++--- .../events/VisorEventsCommandSpec.scala | 28 ++-- .../visor/commands/gc/VisorGcCommandSpec.scala | 30 ++-- .../commands/help/VisorHelpCommandSpec.scala | 57 +++---- .../commands/kill/VisorKillCommandSpec.scala | 58 +++---- .../commands/log/VisorLogCommandSpec.scala | 10 +- .../commands/mem/VisorMemoryCommandSpec.scala | 77 +++++----- .../commands/node/VisorNodeCommandSpec.scala | 22 +-- .../commands/open/VisorOpenCommandSpec.scala | 16 +- .../commands/ping/VisorPingCommandSpec.scala | 16 +- .../commands/start/VisorStartCommandSpec.scala | 126 +++++++-------- .../commands/tasks/VisorTasksCommandSpec.scala | 112 +++++++------- .../commands/top/VisorTopologyCommandSpec.scala | 52 +++---- .../commands/vvm/VisorVvmCommandSpec.scala | 30 ++-- 30 files changed, 724 insertions(+), 687 deletions(-) ----------------------------------------------------------------------