Ldap Integration Tests Should Run Independently #5942
Labels
in: ldap
An issue in spring-security-ldap
in: test
An issue in spring-security-test
type: enhancement
A general enhancement
Milestone
Several of the
ldap
integration tests rely on a parent integration test to orchestrate their execution.This is no longer necessary, as evidenced by
LdapUserDetailsManagerPasswordModifyTests
which stands up the appropriate LDAP container on its own.Having them run independently will make local testing and bug fixes easier. It will also simplify the Gradle script, which currently must specifically identify these parent tests so that their dependent "child" tests don't run on their own.
The text was updated successfully, but these errors were encountered: