Re: [hibernate-dev] HIbernate ORM CI builds

2016-06-18 Thread Steve Ebersole
http://ci.hibernate.org/job/hibernate-orm-master-h2-main/ http://ci.hibernate.org/job/hibernate-orm-master-h2-check/ Initial attempt On Sat, Jun 18, 2016 at 12:58 PM Sanne Grinovero wrote: > On 18 June 2016 at 18:50, Chris Cranford wrote: > > +1 > > > > I think (1) and (2) on each push still m

Re: [hibernate-dev] HIbernate ORM CI builds

2016-06-18 Thread Sanne Grinovero
On 18 June 2016 at 18:50, Chris Cranford wrote: > +1 > > I think (1) and (2) on each push still makes sense with (3) being nightly. +1 -- Sanne > > Chris > > > On 06/18/2016 11:33 AM, Steve Ebersole wrote: >> We have been having a lot of timeouts on the ORM CI builds. Mainly this is >> due to

Re: [hibernate-dev] HIbernate ORM CI builds

2016-06-18 Thread Vlad Mihalcea
+1 too. On Sat, Jun 18, 2016 at 8:50 PM, Chris Cranford wrote: > +1 > > I think (1) and (2) on each push still makes sense with (3) being nightly. > > Chris > > > On 06/18/2016 11:33 AM, Steve Ebersole wrote: > > We have been having a lot of timeouts on the ORM CI builds. Mainly this > is > > d

Re: [hibernate-dev] HIbernate ORM CI builds

2016-06-18 Thread Chris Cranford
+1 I think (1) and (2) on each push still makes sense with (3) being nightly. Chris On 06/18/2016 11:33 AM, Steve Ebersole wrote: > We have been having a lot of timeouts on the ORM CI builds. Mainly this is > due to ancillary tasks. Currently the ORM jobs execute: > > 1. clean > 2. te

Re: [hibernate-dev] Java 9: progress on compatibility

2016-06-18 Thread Steve Ebersole
Sanne I do not have rights to edit your ORM JDK 9 job. I wanted to look at the job config to make sure it is ok, but I cannot even see it. On Fri, Jun 17, 2016 at 7:22 PM Steve Ebersole wrote: > For the most part we have gotten ORM buildable with Java 9. Some "open > items": > >1. Javassis

[hibernate-dev] HIbernate ORM CI builds

2016-06-18 Thread Steve Ebersole
We have been having a lot of timeouts on the ORM CI builds. Mainly this is due to ancillary tasks. Currently the ORM jobs execute: 1. clean 2. test 3. check 4. :documentation:aggregateJavadocs 5. publish A huge chunk of the time is taken up in (3) which performs (a) checkstyle an

Re: [hibernate-dev] Is org.hibernate.cache.spi.OptimisticCacheSource#getVersionComparator obsolete?

2016-06-18 Thread Steve Ebersole
TIMESTAMP is a deprecated synonym for the TSQL rownumber datatype, at least on SQL Server. Not sure specifically about Sybase. So I'll use "rownumber" here... As we discussed in HipChat yesterday OptimisticCacheSource was added a long time ago to facilitate leveraging JBossCache's MVCC support f

[hibernate-dev] [Question] Target runtime WildFly is unpacked after maven tests

2016-06-18 Thread Mincong Huang
Hi everybody, I'm Mincong, your intern from Google Summer of Code. I'm working on a new implement of mass indexer for Hibernate Search but I get some difficulties to configure correctly the test cases. It seems that the tests try to run before the WF10 setup. I've post this question on Stack Overf