Vladsz83 commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r834736871
##########
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:
Hm. Yep. But we have tests for Java service metrics. Why do we need it
on .NET platform services side for not-platform services?
--
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]