You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2021/03/15 11:16:57 UTC

[ignite] branch master updated (19cd3f8 -> 2347762)

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 19cd3f8  IGNITE-14177 Fixed NULLS LAST/FIRST sorting if query parallelism is set (#8875)
     add 2347762  IGNITE-14313 .NET: Add tests for .NET -> .NET service calls (#8876)

No new revisions were added by this update.

Summary of changes:
 .../Apache.Ignite.Core.Tests.csproj                |   1 +
 .../Services/PlatformTestService.cs                | 619 +++++++++++++++++++++
 .../Services/ServicesTest.cs                       | 141 +++--
 .../Services/ServicesTypeAutoResolveTest.cs        |  18 +
 4 files changed, 730 insertions(+), 49 deletions(-)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests/Services/PlatformTestService.cs