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

Akira Ajisaka commented on YARN-5622:
-------------------------------------

Thank you for the detailed information. +1 for the improvement.

> 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to