Open Geminist opened 1 week ago
I'm seeing this as well, when running tests with Maven using -T2 -DforkCount=2
. Running with Spring Boot v3.3.5, Spring v6.1.14, flapdoodle 4.16.1.
In past releases I would configure CI to pre-download and extract the mongodb tarball, but the structure is a bit more complicated now with fileSets and hashes.
It's similar to https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/issues/48.
@Geminist @ms1111 ..hmm.. Files.move does not solve this either.. i have to take a look at this..
Version 4.13.1
The latest 4.18.0 doesn't fix this. Copy isn't atomic.
Files.copy()
should be replaced withFiles.move()
. But this also does not completely solve the problem if thearchive
andarcFile
are in the different file systems.