You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/11/24 00:37:59 UTC

[jira] [Assigned] (REEF-1464) Fix TestTaskCloseOnLocalRuntime failures in AppVeyor

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

Mariia Mykhailova reassigned REEF-1464:
---------------------------------------

    Assignee: Mariia Mykhailova

> Fix TestTaskCloseOnLocalRuntime failures in AppVeyor
> ----------------------------------------------------
>
>                 Key: REEF-1464
>                 URL: https://issues.apache.org/jira/browse/REEF-1464
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>            Assignee: Mariia Mykhailova
>
> {{O.A.R.Tests.Functional.IMRU.IMRUCloseTaskTest.TestTaskCloseOnLocalRuntime}} fails frequently in AppVeyor test runs. The error is typically "Cannot read from log file" with rest runtime 65-70 seconds, and according to our current thinking in REEF-1417 this is caused by Evaluator(s) still running after 60 seconds of test execution. 
> [In one case|https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/build/641-master/tests] the test completed in 38 seconds, with error message
> {noformat}
> Assert.Equal() Failure
> Expected: 4
> Actual:   5
> at 
> Assert.Equal(numTasks, failedCount + completedCount);
> {noformat}
> In [successful run|https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/build/644-master/tests], the test takes 30 seconds.
> We need to investigate whether IMRU job itself takes longer than 60 seconds on AppVeyor machines, or whether Evaluator doesn't close properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)