nizhikov commented on a change in pull request #9490:
URL: https://github.com/apache/ignite/pull/9490#discussion_r754433533
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProxy.java
##########
@@ -198,10 +203,29 @@ else if (U.isToStringMethod(mtd))
else {
ctx.task().setThreadContext(TC_IO_POLICY,
GridIoPolicy.SERVICE_POOL);
+ ServiceProxyCallable svcCallable;
Review comment:
> at least to thin client ServicesTest
Yes, will do.
.Net tests will be added as a result of
[IGNITE-14299](https://issues.apache.org/jira/browse/IGNITE-14299).
Preliminary PR based on this PR available
[here](https://github.com/nizhikov/ignite/pull/21).
You can estimate code coverage from it.
--
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]