You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2016/09/26 23:53:20 UTC

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

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

Sergiy Matusevych commented on REEF-291:
----------------------------------------

Hi guys, what's the status on this one? The test does not seem to fail any more. It would be great if more people could run it a few more times - locally and on YARN - so we can enable it again in our test suite.

> 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
>
> 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)