Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E3988200BF3 for ; Wed, 21 Dec 2016 12:32:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E2478160B3A; Wed, 21 Dec 2016 11:32:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1471E160B41 for ; Wed, 21 Dec 2016 12:32:01 +0100 (CET) Received: (qmail 56419 invoked by uid 500); 21 Dec 2016 11:32:01 -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 56139 invoked by uid 99); 21 Dec 2016 11:32:01 -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, 21 Dec 2016 11:32:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D84CEF2DC9; Wed, 21 Dec 2016 11:32:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Wed, 21 Dec 2016 11:32:10 -0000 Message-Id: <370d20c59ca646b3ace77aad82ceb299@git.apache.org> In-Reply-To: <047bb99218504f87b67c72cbd7613f2d@git.apache.org> References: <047bb99218504f87b67c72cbd7613f2d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/16] ignite git commit: IGNITE-4359 .NET: Fix Java timezone setting in tests archived-at: Wed, 21 Dec 2016 11:32:03 -0000 IGNITE-4359 .NET: Fix Java timezone setting in tests Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/700529a6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/700529a6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/700529a6 Branch: refs/heads/ignite-2.0 Commit: 700529a6e461d00362666de9de58a92cf7bf8bbe Parents: 3bae858 Author: Pavel Tupitsyn Authored: Tue Dec 20 16:01:22 2016 +0300 Committer: Pavel Tupitsyn Committed: Tue Dec 20 16:01:22 2016 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs | 3 +-- modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/700529a6/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs index 46979ef..e74f09f 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs @@ -123,8 +123,7 @@ namespace Apache.Ignite.Core.Tests.Cache.Query { BinaryConfiguration = new BinaryConfiguration(typeof(Person), typeof(Organization), typeof(Address), typeof(Role), typeof(RoleKey), typeof(Numerics)), - GridName = gridName, - JvmOptions = { "-Duser.timezone=UTC" } + GridName = gridName }; } http://git-wip-us.apache.org/repos/asf/ignite/blob/700529a6/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs index 7d483bb..ad27398 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs @@ -55,7 +55,8 @@ namespace Apache.Ignite.Core.Tests "-Xms1g", "-Xmx4g", "-ea", - "-DIGNITE_QUIET=true" + "-DIGNITE_QUIET=true", + "-Duser.timezone=UTC" } : new List {