Re: [hibernate-dev] Missing transaction hangs the testsuite

2015-07-16 Thread Steve Ebersole
For what it is worth, I am running into the same problems on MySQL for the ORM tests in terms of blocks on dropping tables. PGSQL at least finishes, although I run into 55 errors which I still need to triage. On Thu, Jul 16, 2015 at 5:59 PM Steve Ebersole wrote: > There is really nothing to imp

Re: [hibernate-dev] Missing transaction hangs the testsuite

2015-07-16 Thread Steve Ebersole
There is really nothing to improve. What would you suggest as an improvement? I mean from a ORM perspective, we have an auto-commit Connection (presumably) and run a query. How on earth would we know to expect that the database is holding locks for that? As far as "requiring transactions" I hav

[hibernate-dev] Missing transaction hangs the testsuite

2015-07-16 Thread Sanne Grinovero
I finally got to re-enable MariaDB and PostgreSQL based tests for Hibernate Search - which has been running on H2 only for some months - and had to debug a case of a single test hanging for a long time. Essentially it would block - for hours - on the SessionFactory#close() method, attempting to dr

Re: [hibernate-dev] Second candidate release for Hibernate ORM 5.0

2015-07-16 Thread Sanne Grinovero
Ah, that helps; I hadn't understood you were talking about the "share link" feature. I could reproduce the problem now; it seems one probable cause is the in.relation.to website to contain invalid microdata. I wanted to improve the microdata anyway so I'll have a look this evening. Thanks, Sanne

Re: [hibernate-dev] Second candidate release for Hibernate ORM 5.0

2015-07-16 Thread Gunnar Morling
But his this a real "shared link"? This does not work for me with the CR2 post, also not on my personal account. 2015-07-16 12:13 GMT+02:00 Sanne Grinovero : > I had no problems have anyone post on g+ and link to in.relation.to: > https://plus.google.com/101574584265991227194/posts/AsM3PUHwLBX >

Re: [hibernate-dev] Second candidate release for Hibernate ORM 5.0

2015-07-16 Thread Sanne Grinovero
I had no problems have anyone post on g+ and link to in.relation.to: https://plus.google.com/101574584265991227194/posts/AsM3PUHwLBX Is there some limitation on the Hibernate.org g+ specifically? On 15 July 2015 at 17:20, Steve Ebersole wrote: > Gunnar mentioned having the same problem. On the