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 23:45:41 UTC

[jira] [Commented] (REEF-1723) Fix TestFailMapperEvaluatorOnWaitingForEvaluatorAndExecution failures in AppVeyor

    [ https://issues.apache.org/jira/browse/REEF-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15935554#comment-15935554 ] 

Julia commented on REEF-1723:
-----------------------------

As the first evalautor might fail after tasks are submitted, so we shouldn't -1 below:
Assert.True(NumberOfRetry * numTasks < completedTaskCount + failedEvaluatorCount - 1 + failedTaskCount);

> Fix TestFailMapperEvaluatorOnWaitingForEvaluatorAndExecution failures in AppVeyor
> ---------------------------------------------------------------------------------
>
>                 Key: REEF-1723
>                 URL: https://issues.apache.org/jira/browse/REEF-1723
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>
> Test introduced in REEF-1691.
> https://ci.appveyor.com/project/tcNickolas/reef/build/481-master/job/88eu113ns7no4fto/tests
> {noformat}
> Assert.True() Failure
> Expected: True
> Actual:   False
> at
> Assert.True(NumberOfRetry * numTasks < completedTaskCount + failedEvaluatorCount - 1 + failedTaskCount);
> {noformat}
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/build/1307-master/job/way15tkd4kyywoc1/tests - normally the test completes in a minute, and here it timed out after 4 minutes, so looks like driver didn't finish:
> {noformat}
> Cannot read from log file C:\projects\reef\lang\cs\bin\x64\Debug\Org.Apache.REEF.Tests\REEF_LOCAL_RUNTIME1b3b23f8\reef-BroadcastReduceDriver-20170120070049453\driver\driver.stdout
> Expected: True
> Actual:   False
> {noformat}



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