Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.23.1
-
None
-
Unknown
Description
I use CamelBlueprintTestSupport for my JUnit Tests. CamelBlueprintTestSupport keeps FileLocks on jar Files in target/test-bundles. Due to this, my Tests fails on Jenkins, because of FileNotFoundException (too many open files). My current workaround is to Run every Test in a single JVM.