Hi Alberto,
Yes, in order to limit the number of concurrent docker test containers you
would use the -PdunitParallelForks variable. As an aside, running without
docker containers would result in the tests running in parallel which is
what you're probably experiencing. To avoid that you should use
thanks for the info Jens, we have a better picture now 🙂
Then, gradle is in charge of spin up the containers, isnt it? We see that the
command used to execute the distributed tests is the following:
gradlew gradlewStrict && sed -e 's/JAVA_HOME/GRADLE_JVM/g' -i.bak
gradlewStrict && GRADLE_JV