[jboss-jira] [JBoss JIRA] (WFLY-2124) Revisit LDAP testing within the testsuite.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Sun Sep 22 02:46:03 EDT 2013


Darran Lofthouse created WFLY-2124:
--------------------------------------

             Summary: Revisit LDAP testing within the testsuite.
                 Key: WFLY-2124
                 URL: https://issues.jboss.org/browse/WFLY-2124
             Project: WildFly
          Issue Type: Task
          Components: Test Suite
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: 8.0.0.Beta1


We currently use ApacheDS in multiple locations within the testsuite.

Unfortunately in many places this has led to some quite in-depth sections of code being added to work around issues found with the LDAP server.  The problem then is that as we are only using a milestone release upgrades cause API changes making this entire block of code subject to further modifications.

Domain management unit testing is using a custom schema which fails to load with the older M7 version so is using M15 on it's own.

All interaction with ApacheDS should be split into it's own module that can then be used both by unit tests within domain management and elsehwere in the testsuite.  Interaction should also use the simplest method possible to initialise the server so that future version upgrades will be easier.

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


More information about the jboss-jira mailing list