Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Steve Ebersole
Yep, a schedule for syncing was never decided. Thanks for investigating the specific here Hardy. On Wed 13 Jun 2012 05:33:56 AM CDT, Hardy Ferentschik wrote: > > On Jun 13, 2012, at 9:43 AM, Strong Liu wrote: > >> are the master and metamodel supposed to be synced? > > Yes, but not automatically.

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Hardy Ferentschik
On Jun 13, 2012, at 9:43 AM, Strong Liu wrote: > are the master and metamodel supposed to be synced? Yes, but not automatically. The plan is to sync them regularly, but I don't think we have determined yet how often. > I see there are some mismatch > > org.hibernate.internal.SessionFactoryI

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Strong Liu
are the master and metamodel supposed to be synced? I see there are some mismatch org.hibernate.internal.SessionFactoryImpl#determineCustomEntityDirtinessStrategy org.hibernate.internal.SessionFactoryImpl#determineCurrentTenantIdentifierResolver these two methods only exist in master, but not in

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
If I had to guess, some of the unit tests are expecting the h2 database explicitly but are relying that the system properties are set up to point to it rather than specifying those settings explicitly. On Mon 11 Jun 2012 09:29:04 AM CDT, Steve Ebersole wrote: > Not sure how else to "all tests" ;

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
Not sure how else to "all tests" ;) On Mon 11 Jun 2012 09:14:28 AM CDT, Strong Liu wrote: > > On Jun 11, 2012, at 10:02 PM, Steve Ebersole wrote: > >> 1) `gradle test` runs all tests (there is just src/test now) against >> default database (h2) >> >> 2) `gradle matrix_XYZ` essentially runs [gradle

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Strong Liu
On Jun 11, 2012, at 10:02 PM, Steve Ebersole wrote: > 1) `gradle test` runs all tests (there is just src/test now) against default > database (h2) > > 2) `gradle matrix_XYZ` essentially runs [gradle test] but against the XYZ > "database profile" so, for example, those metamodel unit tests are

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Steve Ebersole
1) `gradle test` runs all tests (there is just src/test now) against default database (h2) 2) `gradle matrix_XYZ` essentially runs [gradle test] but against the XYZ "database profile" 3) `gradle matrix` runs all all tests against all "database profiles". It does not currently run against h2 I

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-10 Thread Strong Liu
On Jun 8, 2012, at 9:20 PM, Steve Ebersole wrote: > I am done with consolidating src/matrix into src/test and merging master > into metamodel. Everything seems to be working. Let me know if you see > any issues. > > I did need to adjust the "matrix plugin" a little bit. We should talk > ab

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-08 Thread Steve Ebersole
On Fri 08 Jun 2012 08:49:45 AM CDT, Hardy Ferentschik wrote: > Nice. I checkout out the metamodel branch and all builds fine. > You seem to have chosen the merge path for the integration. Is this what we > are going to do in > the future as well (merging instead of rebasing)? Well that's what we

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-08 Thread Hardy Ferentschik
On Jun 8, 2012, at 3:20 PM, Steve Ebersole wrote: > I am done with consolidating src/matrix into src/test and merging master > into metamodel. Everything seems to be working. Let me know if you see > any issues. Nice. I checkout out the metamodel branch and all builds fine. You seem to have