Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16083

.NET: Thin client services don't work properly

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.13
    • None
    • None

    Description

      Even after IGNITE-14742 Thin client serde process on .Net side doesn't work properly for array.
      See attached tests added during IGNITE-14299

      
              /// <summary>
              /// Tests Java service invocation.
              /// </summary>
              [Test]
              [Ignore("https://issues.apache.org/jira/browse/IGNITE-16083")]
              public void TestCallJavaServiceThinClient()
              {
                  var svc = _thinClient.GetServices().GetServiceProxy<IJavaService>(_javaSvcName);
                  var binSvc = _thinClient.GetServices() .WithKeepBinary().WithServerKeepBinary()
                      .GetServiceProxy<IJavaService>(_javaSvcName);
      
                  DoTestService(svc);
      
                  DoTestBinary(svc, binSvc);
      
                  DoTestJavaExceptions(svc, true);
              }
      
      
              /// <summary>
              /// Tests .Net service invocation with thin client.
              /// </summary>
              [Test]
              [Ignore("https://issues.apache.org/jira/browse/IGNITE-16083")]
              public void TestPlatformServiceThinClient()
              {
                  DoTestService(_thinClient.GetServices().GetServiceProxy<IJavaService>(PlatformSvcName));
              }
      
              /// <summary>
              /// Tests Java service invocation with thin client.
              /// Types should be resolved implicitly.
              /// </summary>
              [Test]
              [Ignore("https://issues.apache.org/jira/browse/IGNITE-16083")]
              public void TestJavaServiceThinClient()
              {
                  DoTestService(_thinClient.GetServices().GetServiceProxy<IJavaService>(_javaSvcName));
              }
      

      Attachments

        Issue Links

          Activity

            People

              nizhikov Nikolay Izhikov
              nizhikov Nikolay Izhikov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m