On Thu, May 28, 2015 at 8:44 AM, Sanne Grinovero
wrote:
> +1
> I particularly like the idea of having H2 start/stop like any other db.
>
> Regarding profiles, rather than running the build with a single
> profile in "maven style", would it not be feasible to have one build
> iterate on each confi
+1
I particularly like the idea of having H2 start/stop like any other db.
Regarding profiles, rather than running the build with a single
profile in "maven style", would it not be feasible to have one build
iterate on each configuration set?
For example:
gradle test -PdbProfiles=mysql,h2,mssql
Now that CR1 is out one of my tasks is to start setting up the database
specific jobs on CI. Initially I will just work with MySQL and PostrgeSQL
(and maybe HSQLDB).
Part of this will be auditing how we do database testing (matrix plugin)
and what does/doesn't work there. I definitely like the i