Re: Requirements for running distributed tests

2019-07-18 Thread Jens Deppe
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

RE: Requirements for running distributed tests

2019-07-18 Thread Alberto Bustamante Reyes
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