[
https://issues.apache.org/jira/browse/HADOOP-11796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14393579#comment-14393579
]
Hadoop QA commented on HADOOP-11796:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12709064/HADOOP-11796.01.patch
against trunk revision 6a6a59d.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-common-project/hadoop-common.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6052//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6052//console
This message is automatically generated.
> Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows
> -----------------------------------------------------------
>
> Key: HADOOP-11796
> URL: https://issues.apache.org/jira/browse/HADOOP-11796
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Minor
> Attachments: HADOOP-11796.00.patch, HADOOP-11796.01.patch
>
>
> The test should be skipped on Windows.
> {code}
> Stacktrace
> java.util.NoSuchElementException: null
> at java.util.HashMap$HashIterator.nextEntry(HashMap.java:809)
> at java.util.HashMap$EntryIterator.next(HashMap.java:847)
> at java.util.HashMap$EntryIterator.next(HashMap.java:845)
> at
> com.google.common.collect.AbstractBiMap$EntrySet$1.next(AbstractBiMap.java:314)
> at
> com.google.common.collect.AbstractBiMap$EntrySet$1.next(AbstractBiMap.java:306)
> at
> org.apache.hadoop.security.TestShellBasedIdMapping.testStaticMapUpdate(TestShellBasedIdMapping.java:151)
> Standard Output
> 2015-03-30 00:44:30,267 INFO security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:<init>(113)) - User configured user account update
> time is less than 1 minute. Use 1 minute instead.
> 2015-03-30 00:44:30,274 INFO security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:updateStaticMapping(322)) - Not doing static
> UID/GID mapping because 'D:\tmp\hadoop-dal\nfs-6561166579146979876.map' does
> not exist.
> 2015-03-30 00:44:30,274 ERROR security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:checkSupportedPlatform(278)) - Platform is not
> supported:Windows Server 2008 R2. Can't update user map and group map and
> 'nobody' will be used for any user and group.
> 2015-03-30 00:44:30,275 INFO security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:<init>(113)) - User configured user account update
> time is less than 1 minute. Use 1 minute instead.
> 2015-03-30 00:44:30,275 INFO security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:updateStaticMapping(322)) - Not doing static
> UID/GID mapping because 'D:\tmp\hadoop-dal\nfs-6561166579146979876.map' does
> not exist.
> 2015-03-30 00:44:30,275 ERROR security.ShellBasedIdMapping
> (ShellBasedIdMapping.java:checkSupportedPlatform(278)) - Platform is not
> supported:Windows Server 2008 R2. Can't update user map and group map and
> 'nobody' will be used for any user and group.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)