-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug
Description
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
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug