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:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/REEF-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Inglis updated REEF-1889:
-------------------------------
    Description: 
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.

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


  was:
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]



> .NetCore: Unsupported Operation StreamingNetworkServicetests.TestStreamingCodecFunctionCache
> --------------------------------------------------------------------------------------------
>
>                 Key: REEF-1889
>                 URL: https://issues.apache.org/jira/browse/REEF-1889
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>         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.
> 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



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