[
https://issues.apache.org/jira/browse/HADOOP-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497234#comment-13497234
]
Hadoop QA commented on HADOOP-9035:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12553506/HADOOP-9035.patch
against trunk revision .
{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}. The javadoc tool did not generate any
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 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-common-project/hadoop-common:
org.apache.hadoop.fs.viewfs.TestViewFileSystemDelegationTokenSupport
org.apache.hadoop.fs.viewfs.TestViewFsURIs
org.apache.hadoop.io.TestSequenceFileSerialization
org.apache.hadoop.security.TestUserFromEnv
org.apache.hadoop.fs.viewfs.TestFcMainOperationsLocalFs
org.apache.hadoop.fs.shell.TestTextCommand
org.apache.hadoop.fs.TestTruncatedInputBug
org.apache.hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
org.apache.hadoop.fs.viewfs.TestFcPermissionsLocalFs
org.apache.hadoop.fs.TestLocalDirAllocator
org.apache.hadoop.io.file.tfile.TestTFileByteArrays
org.apache.hadoop.fs.TestFileContextResolveAfs
org.apache.hadoop.io.file.tfile.TestTFileSeqFileComparison
org.apache.hadoop.fs.TestLocalFSFileContextMainOperations
org.apache.hadoop.fs.viewfs.TestViewFsTrash
org.apache.hadoop.fs.TestS3_LocalFileContextURI
org.apache.hadoop.fs.TestFsShellReturnCode
org.apache.hadoop.fs.viewfs.TestViewFsLocalFs
org.apache.hadoop.security.TestJNIGroupsMapping
org.apache.hadoop.fs.shell.TestPathData
org.apache.hadoop.fs.TestHarFileSystem
org.apache.hadoop.fs.TestFilterFileSystem
org.apache.hadoop.ipc.TestIPCServerResponder
org.apache.hadoop.io.file.tfile.TestTFile
org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsStreams
org.apache.hadoop.fs.TestFcLocalFsPermission
org.apache.hadoop.io.TestMapFile
org.apache.hadoop.fs.TestGetFileBlockLocations
org.apache.hadoop.io.file.tfile.TestTFileSplit
org.apache.hadoop.io.file.tfile.TestVLong
org.apache.hadoop.fs.viewfs.TestChRootedFs
org.apache.hadoop.fs.viewfs.TestViewFsWithAuthorityLocalFs
org.apache.hadoop.io.file.tfile.TestTFileUnsortedByteArrays
org.apache.hadoop.fs.TestFcLocalFsUtil
org.apache.hadoop.fs.TestLocalFileSystemPermission
org.apache.hadoop.fs.viewfs.TestFcCreateMkdirLocalFs
org.apache.hadoop.fs.TestFsShellCopy
org.apache.hadoop.fs.TestLocalFSFileContextSymlink
org.apache.hadoop.io.TestSequenceFile
org.apache.hadoop.fs.TestLocalFsFCStatistics
org.apache.hadoop.fs.viewfs.TestFSMainOperationsLocalFileSystem
org.apache.hadoop.fs.viewfs.TestViewFsConfig
org.apache.hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
org.apache.hadoop.ipc.TestRPCCompatibility
org.apache.hadoop.fs.TestPath
org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir
org.apache.hadoop.io.nativeio.TestNativeIO
org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
org.apache.hadoop.fs.shell.TestCopy
org.apache.hadoop.fs.viewfs.TestChRootedFileSystem
org.apache.hadoop.fs.TestFileUtil
org.apache.hadoop.io.TestArrayFile
org.apache.hadoop.io.compress.TestCodec
org.apache.hadoop.fs.TestListFiles
org.apache.hadoop.ipc.TestIPC
org.apache.hadoop.io.TestSetFile
org.apache.hadoop.util.TestGenericOptionsParser
org.apache.hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
org.apache.hadoop.fs.TestLocalFileSystem
org.apache.hadoop.conf.TestConfiguration
org.apache.hadoop.ipc.TestMultipleProtocolServer
org.apache.hadoop.fs.TestChecksumFileSystem
org.apache.hadoop.ipc.TestProtoBufRpc
org.apache.hadoop.io.file.tfile.TestTFileComparators
org.apache.hadoop.fs.viewfs.TestViewFileSystemDelegation
org.apache.hadoop.io.file.tfile.TestTFileComparator2
org.apache.hadoop.io.file.tfile.TestTFileSeek
org.apache.hadoop.fs.TestLocal_S3FileContextURI
org.apache.hadoop.io.TestSequenceFileSync
org.apache.hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
org.apache.hadoop.fs.TestAvroFSInput
org.apache.hadoop.fs.TestTrash
org.apache.hadoop.io.TestSecureIOUtils
org.apache.hadoop.io.file.tfile.TestTFileStreams
org.apache.hadoop.fs.viewfs.TestViewfsFileStatus
org.apache.hadoop.fs.TestFileContextDeleteOnExit
org.apache.hadoop.io.TestBloomMapFile
org.apache.hadoop.fs.TestFSMainOperationsLocalFileSystem
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/1744//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/1744//console
This message is automatically generated.
> Generalize setup of LoginContext
> --------------------------------
>
> Key: HADOOP-9035
> URL: https://issues.apache.org/jira/browse/HADOOP-9035
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: security
> Affects Versions: 0.23.0, 2.0.0-alpha, 3.0.0
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Attachments: HADOOP-9035.patch, HADOOP-9035.patch, HADOOP-9035.patch
>
>
> The creation of the {{LoginContext}} in {{UserGroupInformation}} has specific
> cases for specific authentication types. This is inflexible.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira