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 "Eric Badger (JIRA)" <ji...@apache.org> on 2016/09/07 19:08:20 UTC

[jira] [Updated] (YARN-5622) TestYarnCLI.testGetContainers fails due to mismatched date formats

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

Eric Badger updated YARN-5622:
------------------------------
    Attachment: YARN-5622.001.patch

Attaching patches that uses Times.format() in TestYarnCLI.testGetContainers instead of dateFormat.format(). 

> TestYarnCLI.testGetContainers fails due to mismatched date formats
> ------------------------------------------------------------------
>
>                 Key: YARN-5622
>                 URL: https://issues.apache.org/jira/browse/YARN-5622
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Eric Badger
>            Assignee: Eric Badger
>         Attachments: YARN-5622.001.patch
>
>
> ApplicationCLI.listContainers uses Times.format to print timestamps, while TestYarnCLI.testGetContainers formats them using dateFormat.format with its own defined format. The test should be consistent and use Times.format. 
> {noformat}
> org.junit.ComparisonFailure: expected:<...1234_0005_01_000001	[Thu Jan 01 00:00:01 +0000 1970	Thu Jan 01 00:00:05 +0000 1970	            COMPLETE	           host:1234	    http://host:2345	                             logURL
>  container_1234_0005_01_000002	Thu Jan 01 00:00:01 +0000 1970	Thu Jan 01 00:00:05 +0000 1970	            COMPLETE	           host:1234	    http://host:2345	                             logURL
>  container_1234_0005_01_000003	Thu Jan 01 00:00:01 +0000 1970]	                 N/...> but was:<...1234_0005_01_000001	[ 1-Jan-1970 00:00:01	 1-Jan-1970 00:00:05	            COMPLETE	           host:1234	    http://host:2345	                             logURL
>  container_1234_0005_01_000002	 1-Jan-1970 00:00:01	 1-Jan-1970 00:00:05	            COMPLETE	           host:1234	    http://host:2345	                             logURL
>  container_1234_0005_01_000003	 1-Jan-1970 00:00:01]	                 N/...>
> 	at org.junit.Assert.assertEquals(Assert.java:115)
> 	at org.junit.Assert.assertEquals(Assert.java:144)
> 	at org.apache.hadoop.yarn.client.cli.TestYarnCLI.testGetContainers(TestYarnCLI.java:330)
> {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