timoninmaxim commented on a change in pull request #9768:
URL: https://github.com/apache/ignite/pull/9768#discussion_r834044662
##########
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 far as I understood a pure Java service is the `helperSvc`. Could we
check metrics of `helperSvc.testNumberOfInvocations` in this method too? Just
to be sure that pure java service will work correctly. Looks like it just
adding a single assert.
--
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]