Closed t0ry closed 1 year ago
Scavenging through other issues I found the problem was in
de.flapdoodle.mongodb.embedded.version < 6.0.4
so setting de.flapdoodle.mongodb.embedded.version=6.0.4
did the trick.
Details are here https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/issues/395#issuecomment-1638331115
Closing issue then
Hi there,
I'm experiencing the next problem.
Setup is the following:
build.gradle
application-test.properties
:de.flapdoodle.mongodb.embedded.version=3.6.1
gradle componentTest
runs in docker containerThis setup runs in docker container as expected.
On Change in
application-test.properties
:de.flapdoodle.mongodb.embedded.version=5.0.5
gradle componentTest
runs as expected locally (Unbuntu 18) but fails in docker container with the following stack trace:Any ideas?
Thanks in advance