If I start via startEmbeddedMysql I can connect as expected. Calling the start twice results in expected error, because the configured port is blocked.
After calling stopEmbeddedMysql the process exits successfully, but I can still connect and the java process which started the mysql is still running.
Please tell me, if and how I should provide more information.
Plugin version is 2.1.5 and output of gradle -v is
-----------------------------------------------------------
Gradle 3.5
------------------------------------------------------------
Build time: 2017-04-10 13:37:25 UTC
Revision: b762622a185d59ce0cfc9cbc6ab5dd22469e18a6
Groovy: 2.4.10
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_131 (Oracle Corporation 25.131-b11)
OS: Windows 10 10.0 amd64
If I start via startEmbeddedMysql I can connect as expected. Calling the start twice results in expected error, because the configured port is blocked.
After calling stopEmbeddedMysql the process exits successfully, but I can still connect and the java process which started the mysql is still running.
Please tell me, if and how I should provide more information.
Plugin version is 2.1.5 and output of
gradle -vis