Vladsz83 commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r835190129
##########
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:
As an example, I added TestJavaServiceStatistics(). I check invocations
by itself. I don't think we need to check java service metrics from 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]