Revert test errors

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/70a24456
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/70a24456
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/70a24456

Branch: refs/heads/ignite-2324
Commit: 70a24456adf79038b0eac0643c90a2dbfa197666
Parents: cb093d0
Author: Pavel Tupitsyn <ptupit...@gridgain.com>
Authored: Wed Jan 13 20:24:59 2016 +0300
Committer: Pavel Tupitsyn <ptupit...@gridgain.com>
Committed: Wed Jan 13 20:24:59 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs       | 1 +
 .../dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs    | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/70a24456/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs
 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs
index fad8949..dd19620 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Event/ICacheEntryEventFilter.cs
@@ -21,6 +21,7 @@ namespace Apache.Ignite.Core.Cache.Event
     /// <summary>
     /// Cache entry event filter.
     /// </summary>
+    // ReSharper disable TypeParameterCanBeVariant
     public interface ICacheEntryEventFilter<TK, TV>
     {
         /// <summary>

http://git-wip-us.apache.org/repos/asf/ignite/blob/70a24456/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs
index 87434a7..e992245 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Compute/ComputeTaskHolder.cs
@@ -379,6 +379,8 @@ namespace Apache.Ignite.Core.Impl.Compute
         }
 
         /** <inheritDoc /> */
+        [SuppressMessage("Microsoft.Design", 
"CA1031:DoNotCatchGeneralExceptionTypes",
+            Justification = "User object deserialization can throw any 
exception")]
         public void CompleteWithError(long taskHandle, PlatformMemoryStream 
stream)
         {
             BinaryReader reader = _compute.Marshaller.StartUnmarshal(stream);

Reply via email to