Skip to content

ApacheDSContainerTests Fail on Windows #10084

@rwinch

Description

@rwinch

The ApacheDSContainerTests fail on windows because the spring.keystore still has an open handle. This was discovered when moving to JUnit 5 because it validates that the files have been deleted, while the JUnit 4 rule we were using did not validate by default.

The bug is in ApacheDS which is no longer maintained where it does not close the FileInputStream for the keystoreFile.

We should fix it by disabling those specific tests on Windows

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions