Re: [hibernate-dev] ORM and database testing

2015-05-28 Thread Steve Ebersole
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

Re: [hibernate-dev] ORM and database testing

2015-05-28 Thread Sanne Grinovero
+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

[hibernate-dev] ORM and database testing

2015-05-28 Thread Steve Ebersole
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