You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Scott Inglis (JIRA)" <ji...@apache.org> on 2017/09/22 18:24:00 UTC

[jira] [Created] (REEF-1889) .NetCore: Unsupported Operation StreamingNetworkServicetests.TestStreamingCodecFunctionCache

Scott Inglis created REEF-1889:
----------------------------------

             Summary: .NetCore: Unsupported Operation StreamingNetworkServicetests.TestStreamingCodecFunctionCache
                 Key: REEF-1889
                 URL: https://issues.apache.org/jira/browse/REEF-1889
             Project: REEF
          Issue Type: Sub-task
         Environment: Windows  Server 2012
Debian Stretch 9
            Reporter: Scott Inglis
            Priority: Minor


When running the Org.Apache.REEF.NetworkService.StreamingNetworkServiceTests, the TestStreamingCodecFunctionCache throws an unsupported exception. It looks like BeginInvoke is what is causing the error -- probably just need to update the API we are calling.

Test is TestNameClientRestart

Here is the output from the test:
Failed   Org.Apache.REEF.Network.Tests.NetworkService.StreamingNetworkServiceTests.TestStreamingCodecFunctionCache
Error Message:
 System.PlatformNotSupportedException : Operation is not supported on this platform.
Stack Trace:
   at System.Func`4.BeginInvoke(T1 arg1, T2 arg2, T3 arg3, AsyncCallback callback, Object object)
   at Org.Apache.REEF.Network.Tests.NetworkService.StreamingNetworkServiceTests.TestStreamingCodecFunctionCache() in Org.Apache.REEF.Network.Tests/NetworkService/StreamingNetworkServiceTests.cs:line 208
[xUnit.net 00:00:14.6866604]     Org.Apache.REEF.Network.Tests.NamingService.NameServerTests.TestNameClientRestart [FAIL]




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)