[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-24 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Attachment: HADOOP-8145.004.patch

Rev04: added asf license text.

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch, HADOOP-8145.002.patch, 
> HADOOP-8145.003.patch, HADOOP-8145.004.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-24 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Status: Open  (was: Patch Available)

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch, HADOOP-8145.002.patch, 
> HADOOP-8145.003.patch, HADOOP-8145.004.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-24 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Status: Patch Available  (was: Open)

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch, HADOOP-8145.002.patch, 
> HADOOP-8145.003.patch, HADOOP-8145.004.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-24 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Attachment: HADOOP-8145.003.patch

Rev03: Changed test class name to TestLdapGroupsMappingAgainstADS; fixed a few 
code style issues.

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch, HADOOP-8145.002.patch, 
> HADOOP-8145.003.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-22 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Attachment: HADOOP-8145.002.patch

Rev02: fixed dependency conflict.

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch, HADOOP-8145.002.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-22 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Attachment: HADOOP-8145.001.patch

Rev01: a basic test class built using Apache Directory Service test framework.

The test class has two test cases: an anonymous login and an authenticated 
login, using posix nis semantics.

This patch introduces the dependency on ADS test framework, however, ADS 
dependency has already existed before, so it's not really an extra dependency; 
moreover, using this test framework is much cleaner than introducing a full 
standalone apache directory server.

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-22 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Labels: test  (was: )
Status: Patch Available  (was: Open)

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-8145) Automate testing of LdapGroupsMapping against ApacheDS

2016-03-22 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-8145:

Component/s: test

> Automate testing of LdapGroupsMapping against ApacheDS
> --
>
> Key: HADOOP-8145
> URL: https://issues.apache.org/jira/browse/HADOOP-8145
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security, test
>Reporter: Jonathan Natkins
>Assignee: Wei-Chiu Chuang
>  Labels: test
> Attachments: HADOOP-8145.001.patch
>
>
> HADOOP-8078 introduced an ApacheDS system to the automated tests, and the 
> LdapGroupsMapping could benefit from automated testing against that DS 
> instance



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)