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 9197210DD1 for ; Thu, 14 May 2015 15:21:45 +0000 (UTC) Received: (qmail 55806 invoked by uid 500); 14 May 2015 15:21:45 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55736 invoked by uid 500); 14 May 2015 15:21:45 -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 55709 invoked by uid 99); 14 May 2015 15:21:45 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 15:21:45 +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 E7B0D1A2C43 for ; Thu, 14 May 2015 15:21:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.771 X-Spam-Level: X-Spam-Status: No, score=0.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-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 5ODYM21Hs2RK for ; Thu, 14 May 2015 15:21:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 4947E23164 for ; Thu, 14 May 2015 15:21:29 +0000 (UTC) Received: (qmail 50981 invoked by uid 99); 14 May 2015 15:21:27 -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, 14 May 2015 15:21:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC433E051A; Thu, 14 May 2015 15:21:27 +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: Thu, 14 May 2015 15:21:51 -0000 Message-Id: In-Reply-To: <99e38ff822cd42aea90c5477142ed263@git.apache.org> References: <99e38ff822cd42aea90c5477142ed263@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [27/42] incubator-ignite git commit: Merge branch 'ignite-gg-10151' into ignite-sprint-5 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-836_2 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(-) ----------------------------------------------------------------------