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/15 18:27:58 UTC

[jira] [Resolved] (REEF-291) Sporadic job failures in REEF-Tests

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

Mariia Mykhailova resolved REEF-291.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.16

Resolving this issue due to lack of response from [~chobrian]. Subtasks identified originally are resolved, and newly failing tests will be tracked in separate JIRAs, so it doesn't make much sense to keep this one open.

> Sporadic job failures in REEF-Tests
> -----------------------------------
>
>                 Key: REEF-291
>                 URL: https://issues.apache.org/jira/browse/REEF-291
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF-Tests
>            Reporter: Brian Cho
>            Assignee: Brian Cho
>             Fix For: 0.16
>
>
> We've been seeing sporadic reef-tests failures in the Windows CI, e.g. [Windows-265|https://builds.apache.org/job/Reef-pull-request-windows/265/consoleFull]. It appears jobs that should fail right away are instead reaching the one-minute timeout. I am now also seeing this semi-regularly on a Ubuntu box.
> This:
> {code}
> Apr 27, 2015 11:05:31 AM org.apache.reef.client.DriverLauncher run
> WARNING: The Job timed out.
> Apr 27, 2015 11:05:31 AM org.apache.reef.runtime.common.client.RunningJobsImpl closeAllJobs
> WARNING: Force close job FailTaskClose
> {code}
> Leads to this:
> {code}
> Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.547 sec <<< FAILURE! - in org.apache.reef.tests.fail.FailTaskTest
> testFailTaskClose(org.apache.reef.tests.fail.FailTaskTest)  Time elapsed: 60.183 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<FAILED> but was:<FORCE_CLOSED>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:144)
> 	at org.apache.reef.tests.TestUtils.assertLauncherFailure(TestUtils.java:39)
> 	at org.apache.reef.tests.fail.FailTaskTest.failOn(FailTaskTest.java:52)
> 	at org.apache.reef.tests.fail.FailTaskTest.testFailTaskClose(FailTaskTest.java:91)
> {code}



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