HDFS-3824. TestHftpDelegationToken fails intermittently with JDK7 (Trevor Robinson via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1396705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e2d93557e
commit
a0a96eb142
@ -1700,6 +1700,9 @@ Release 0.23.5 - UNRELEASED
|
|||||||
HDFS-3829. TestHftpURLTimeouts fails intermittently with JDK7 (Trevor
|
HDFS-3829. TestHftpURLTimeouts fails intermittently with JDK7 (Trevor
|
||||||
Robinson via tgraves)
|
Robinson via tgraves)
|
||||||
|
|
||||||
|
HDFS-3824. TestHftpDelegationToken fails intermittently with JDK7 (Trevor
|
||||||
|
Robinson via tgraves)
|
||||||
|
|
||||||
Release 0.23.4 - UNRELEASED
|
Release 0.23.4 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -41,6 +41,8 @@ public class TestHftpDelegationToken {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testHdfsDelegationToken() throws Exception {
|
public void testHdfsDelegationToken() throws Exception {
|
||||||
|
SecurityUtilTestHelper.setTokenServiceUseIp(true);
|
||||||
|
|
||||||
final Configuration conf = new Configuration();
|
final Configuration conf = new Configuration();
|
||||||
conf.set(HADOOP_SECURITY_AUTHENTICATION, "kerberos");
|
conf.set(HADOOP_SECURITY_AUTHENTICATION, "kerberos");
|
||||||
UserGroupInformation.setConfiguration(conf);
|
UserGroupInformation.setConfiguration(conf);
|
||||||
@ -265,4 +267,4 @@ public int getDefaultPort() {
|
|||||||
@Override
|
@Override
|
||||||
protected void initDelegationToken() throws IOException {}
|
protected void initDelegationToken() throws IOException {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user