You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2019/02/16 18:00:08 UTC

[ignite] branch ignite-11155-dotnet-fix updated: Implement warning suppression

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-11155-dotnet-fix
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-11155-dotnet-fix by this push:
     new 4cfe9e5  Implement warning suppression
4cfe9e5 is described below

commit 4cfe9e5de38c19ac4ae90adbfc17e228157f4f9c
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Sat Feb 16 21:00:01 2019 +0300

    Implement warning suppression
---
 .../Apache.Ignite.Core.Tests.DotNetCore/Common/TestUtils.DotNetCore.cs   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Common/TestUtils.DotNetCore.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Common/TestUtils.DotNetCore.cs
index 08cae96..f524878 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Common/TestUtils.DotNetCore.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.DotNetCore/Common/TestUtils.DotNetCore.cs
@@ -34,6 +34,7 @@ namespace Apache.Ignite.Core.Tests
             TestLogger.Instance.Info("GetTestConfiguration: " + GetTestName());
 
             Environment.SetEnvironmentVariable("IGNITE_NATIVE_TEST_CLASSPATH", "true");
+            Environment.SetEnvironmentVariable("IGNITE_NET_SUPPRESS_JAVA_ILLEGAL_ACCESS_WARNINGS", "true");
 
             return new IgniteConfiguration
             {