Vladsz83 commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r832091887



##########
File path: 
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Services/ServicesTest.cs
##########
@@ -1330,6 +1411,91 @@ private void DoTestBinary(IJavaService svc, IJavaService 
binSvc, bool isPlatform
                     .GetField<int>("Field"));
         }
 
+        /// <summary>
+        /// Tests platform service statistics.
+        /// </summary>
+        private void DoTestMetrics(IServices producer, IServices consumer, 
IServiceCallContext callCtx, bool dyn)

Review comment:
       Services, deployed from Java side, aren't considered as platform 
services. I don't think we need additional tests here. However, we deploy pure 
Java service by `PlatformDeployServiceTask.PlatformTestService` from .NET. It 
is pure Java service. And it is covered by metrics test from .NET. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to