Maarten Mulders created CAMEL-20647:
---------------------------------------
Summary: Unit tests failing on macOS 14.4 / Java 17 / Maven 3.9
Key: CAMEL-20647
URL: https://issues.apache.org/jira/browse/CAMEL-20647
Project: Camel
Issue Type: Task
Components: core
Affects Versions: 4.6.0
Environment: * macOS 14.4.1
* Java OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7)
* Maven: 3.9.6
Reporter: Maarten Mulders
I've tried to run Apache Camel unit tests on my machine using {{mvn install}}.
This fails with the following output in the Camel Core module:
{code}
[ERROR] Errors:
[ERROR]
FileConsumerThreadsInProgressIssueTest.testFileConsumerThreadsInProgressIssue »
IO Failed to delete temp directory
/var/folders/dr/36c7d8bj69b4ryn9vyht34rh0000gn/T/junit6529147282109698448. The
following paths could not be deleted (see suppressed exceptions for details):
newFile-1993, newFile-1994, newFile-1995, newFile-1996, newFile-1998,
newFile-1999
[ERROR] FileSplitInSplitTest.testConcurrentAppend » IO Failed to delete temp
directory
/var/folders/dr/36c7d8bj69b4ryn9vyht34rh0000gn/T/junit9678751520136005871. The
following paths could not be deleted (see suppressed exceptions for details):
input.txt
[ERROR]
FileChangedReadLockMinAgeShortCircuitTest.testChangedReadLockMinAgeNotAcquired
» IO Failed to delete temp directory
/var/folders/dr/36c7d8bj69b4ryn9vyht34rh0000gn/T/junit383254364675573544. The
following paths could not be deleted (see suppressed exceptions for details):
in/file.dat.camelLock
[INFO]
[ERROR] Tests run: 7351, Failures: 0, Errors: 3, Skipped: 38
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)