You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2017/03/21 18:13:41 UTC

[jira] [Resolved] (REEF-1473) Fix CanRunClrBridgeExampleOnLocalRuntime failures in AppVeyor

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

Julia resolved REEF-1473.
-------------------------
       Resolution: Fixed
    Fix Version/s: 0.16

Resolved via https://github.com/apache/reef/pull/1269

> Fix CanRunClrBridgeExampleOnLocalRuntime failures in AppVeyor
> -------------------------------------------------------------
>
>                 Key: REEF-1473
>                 URL: https://issues.apache.org/jira/browse/REEF-1473
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>            Assignee: Julia
>             Fix For: 0.16
>
>
> {{O.A.R.Tests.Functional.Bridge.TestBridgeClient.CanRunClrBridgeExampleOnLocalRuntime}} fails sometimes in AppVeyor runs ([example|https://ci.appveyor.com/project/tcNickolas/reef/build/158-master/tests]). The error is 
> {noformat}
> Error message:
> System.NullReferenceException : Object reference not set to an instance of an object.
> Error stack trace:
>    at Org.Apache.REEF.Tests.Functional.Bridge.TestBridgeClient.<RunClrBridgeClient>d__3.MoveNext() in C:\projects\reef\lang\cs\Org.Apache.REEF.Tests\Functional\Bridge\TestBridgeClient.cs:line 60
> --- End of stack trace from previous location where exception was thrown ---
>    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
>    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
>    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
>    at Org.Apache.REEF.Tests.Functional.Bridge.TestBridgeClient.<CanRunClrBridgeExampleOnLocalRuntime>d__2.MoveNext() in C:\projects\reef\lang\cs\Org.Apache.REEF.Tests\Functional\Bridge\TestBridgeClient.cs:line 50
> {noformat}
> Looks like {{strStatus}} can be null sometimes due to some await problem.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)