You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Naganarasimha G R (JIRA)" <ji...@apache.org> on 2016/10/07 13:42:21 UTC

[jira] [Commented] (YARN-5362) TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail

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

Naganarasimha G R commented on YARN-5362:
-----------------------------------------

able to still see this issue YARN-5256 as part of the [build|https://builds.apache.org/job/PreCommit-YARN-Build/13314/testReport/org.apache.hadoop.yarn.server.resourcemanager/TestRMRestart/testFinishedAppRemovalAfterRMRestart], may be one of you guys can take a relook at it ?
{code}
java.lang.AssertionError: expected null, but was:<submit_time: 1475828790939 application_submission_context { application_id { id: 1 cluster_timestamp: 1475828790911 } application_name: "" queue: "default" priority { priority: 0 } am_container_spec { } cancel_tokens_when_complete: true maxAppAttempts: 2 resource { memory: 1024 virtual_cores: 1 } applicationType: "YARN" keep_containers_across_application_attempts: false attempt_failures_validity_interval: 0 am_container_resource_request { priority { priority: 0 } resource_name: "*" capability { memory: 1024 virtual_cores: 1 } num_containers: 0 relax_locality: true node_label_expression: "" execution_type_request { execution_type: GUARANTEED enforce_execution_type: false } } } user: "jenkins" start_time: 1475828790939 application_state: RMAPP_FINISHED finish_time: 1475828790998>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:664)
	at org.junit.Assert.assertNull(Assert.java:646)
	at org.junit.Assert.assertNull(Assert.java:656)
	at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testFinishedAppRemovalAfterRMRestart(TestRMRestart.java:1656)
{code}

> TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail
> -----------------------------------------------------------
>
>                 Key: YARN-5362
>                 URL: https://issues.apache.org/jira/browse/YARN-5362
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Jason Lowe
>            Assignee: sandflee
>             Fix For: 2.9.0, 3.0.0-alpha1
>
>         Attachments: YARN-5362.01.patch
>
>
> Saw the following in a precommit build that only changed an unrelated unit test:
> {noformat}
> Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 101.265 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart
> testFinishedAppRemovalAfterRMRestart(org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart)  Time elapsed: 0.411 sec  <<< FAILURE!
> java.lang.AssertionError: expected null, but was:<or...@70ebeeba>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotNull(Assert.java:664)
> 	at org.junit.Assert.assertNull(Assert.java:646)
> 	at org.junit.Assert.assertNull(Assert.java:656)
> 	at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testFinishedAppRemovalAfterRMRestart(TestRMRestart.java:1653)
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org