Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Windows Server 2012
Debian Stretch 9
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