[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-09-10 Thread Kai Zheng (JIRA)

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

Kai Zheng commented on HADOOP-9866:
---

bq. Also converting TestSaslRPC would be great but given the title perhaps it 
should be another jira.

So do we have such jira? To convert TestSaslRPC, and maybe even more, do you 
think it makes sense to create a SecuredMiniCluster(MiniCluster + MiniKdc)?

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Fix For: 2.3.0
>
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-09-11 Thread Kai Zheng (JIRA)

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

Kai Zheng commented on HADOOP-9866:
---

Regarding secured MiniCluster, opened HADOOP-9952 for the discussion.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Fix For: 2.3.0
>
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-13 Thread Daryn Sharp (JIRA)

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

Daryn Sharp commented on HADOOP-9866:
-

Also converting {{TestSaslRPC}} would be great but given the title perhaps it 
should be another jira.

How much time overhead does the minikdc add to test execution times?

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-13 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-9866:


[~daryn], minikdc takes 3secs to start/stop. IMO We should convert testcases 
that exercise security components only. There are a few testscase through out 
the codebase that have a kerberos profile and are disabled by default 
(hadoop-auth & httpfs). I'm starting with those. Agree, doing the SaslRPC ones 
make sense as well, but I'd do them as different JIRAs. Do you want to take a 
stab to the SaslRPC, it should be quite simple (I've been using minikdc to test 
some thrift services doing both client/server stuff -all in the same process- 
and it works like a charm).

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HADOOP-9866:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12598070/HADOOP-9866.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 13 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:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-auth.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2981//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2981//console

This message is automatically generated.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-15 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-9866:


Feedback on the patch:

There are several changes which are false changes due to reformatting, please 
undo all those.

All test methods you are modifying should have a time out: @Test(timeout=) 
where  is milliseconds. I guess setting them to 1 min should be safe, else 
set it to 10 times the time the test takes locally.
 
AuthenticatorTestCase: undo import changes to use class wildcard '*'

KerberosTestUtils: the getKeytabFile() path should be under target now that we 
create the keytabs on the fly, doing new 
File(System.getProperty("build.directory", "target"), UUID.randomUUID()) and 
creating that dir would do (I believe MiniKDC is using similar logic)

KerberosTestUtils: we can get rid of all the system properties getting of 
KEYTAB, REALM, CLIENT_PRINCIPAL, SERVER_PRINCIPAL, KEYTAB_FILE and use 
hardcoded values as we now do everything within the MiniKDC scope.

TestKerberosName: if we need keep the krb5.conf file in test/resources  for 
this test, you'll have to set/unset the system properties setting the 
realm/krb5.conf.





> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-16 Thread Wei Yan (JIRA)

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

Wei Yan commented on HADOOP-9866:
-

update a new pacth according [~tucu00] comments.

For TestKerberosName, we don't need the krb5.conf. Only set system properties 
(realm and host) @Before and clear them in @After.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HADOOP-9866:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12598504/HADOOP-9866.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 13 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:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-auth.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2996//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2996//console

This message is automatically generated.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-9866:


Wei, several of the newly added @Test annotations don't have the timeout set. 
Other than that patch looks good.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HADOOP-9866:
-

bq. Wei, several of the newly added @Test annotations don't have the timeout 
set. Other than that patch looks good.
Setting timeout is no longer a requirement for tests.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HADOOP-9866:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12598840/HADOOP-9866.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 13 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:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-auth.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/3004//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/3004//console

This message is automatically generated.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-9866:


+1.

[~sureshms], missed that change (again). what made us have a change of heart on 
this?

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas commented on HADOOP-9866:
-

bq.  missed that change (again). what made us have a change of heart on this?
See HADOOP-9112, the endless pain of Jenkins -1s as a result of it, some 
discussions related to how flawed/artificial the requirement of adding @Timeout 
is...


> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-9866:


OK, I'll commit the prev patch then (without timeouts) and I'll delete the last 
one.

> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-19 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-9866:


SUCCESS: Integrated in Hadoop-trunk-Commit #4294 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/4294/])
HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. 
(ywskycn via tucu) (tucu: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515657)
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/pom.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/KerberosTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestAuthenticatedURL.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestKerberosAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestPseudoAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAltKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationFilter.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationToken.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestPseudoAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosName.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestSigner.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/resources/krb5.conf
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-20 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-9866:


SUCCESS: Integrated in Hadoop-Yarn-trunk #307 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/307/])
HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. 
(ywskycn via tucu) (tucu: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515657)
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/pom.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/KerberosTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestAuthenticatedURL.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestKerberosAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestPseudoAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAltKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationFilter.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationToken.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestPseudoAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosName.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestSigner.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/resources/krb5.conf
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Fix For: 2.3.0
>
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-20 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-9866:


SUCCESS: Integrated in Hadoop-Hdfs-trunk #1497 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1497/])
HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. 
(ywskycn via tucu) (tucu: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515657)
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/pom.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/KerberosTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestAuthenticatedURL.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestKerberosAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestPseudoAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAltKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationFilter.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationToken.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestPseudoAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosName.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestSigner.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/resources/krb5.conf
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Fix For: 2.3.0
>
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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


[jira] [Commented] (HADOOP-9866) convert hadoop-auth testcases requiring kerberos to use minikdc

2013-08-20 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-9866:


FAILURE: Integrated in Hadoop-Mapreduce-trunk #1524 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1524/])
HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. 
(ywskycn via tucu) (tucu: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515657)
* /hadoop/common/trunk/hadoop-common-project/hadoop-auth/pom.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/KerberosTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestAuthenticatedURL.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestKerberosAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/TestPseudoAuthenticator.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAltKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationFilter.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationToken.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestKerberosAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestPseudoAuthenticationHandler.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosName.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestKerberosUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestSigner.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-auth/src/test/resources/krb5.conf
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> convert hadoop-auth testcases requiring kerberos to use minikdc
> ---
>
> Key: HADOOP-9866
> URL: https://issues.apache.org/jira/browse/HADOOP-9866
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 2.3.0
>Reporter: Alejandro Abdelnur
>Assignee: Wei Yan
> Fix For: 2.3.0
>
> Attachments: HADOOP-9866.patch, HADOOP-9866.patch
>
>


--
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