[ https://issues.apache.org/jira/browse/YARN-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517390#comment-15517390
]
Hudson commented on YARN-5622:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10480 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10480/])
YARN-5622. TestYarnCLI.testGetContainers fails due to mismatched date (kihwal: rev 6e849cb658438c0561de485e01f3de7df47bf9ad)
* (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestYarnCLI.java
> 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: Improvement
> Reporter: Eric Badger
> Assignee: Eric Badger
> Priority: Minor
> Fix For: 2.8.0, 3.0.0-alpha2
>
> 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
|