Re: [hibernate-dev] hibernate-infinispan tests - part... oh I've lost track

2015-09-25 Thread Radim Vansa
Since we can't reproduce the test on local machine (I was once runnning the testsuite whole night again and again and did not get any crash), the only option I can think of is running hibernate-infinispan with verbose logging in CI. To properly diagnose what has happened, we should set up org.jg

[hibernate-dev] hibernate-infinispan tests - part... oh I've lost track

2015-09-25 Thread Steve Ebersole
We are again running into problems with hibernate-infinispan tests. We are seeing false test failures on CI. I cannot reproduce these failures locally, and even out on CI the test(s) that fil change each time. http://ci.hibernate.org/job/hibernate-orm-master-h2/1121/ http://ci.hibernate.org/job/

Re: [hibernate-dev] AttributeConverter and internally mutable domain types

2015-09-25 Thread Sanne Grinovero
Hi Steve, this could be a case for a marker interface? We could introduce an "ImmutableAttributeConverter", to be implemented by the safe ones, so that it doesn't break any existing converter. On 24 September 2015 at 22:54, Steve Ebersole wrote: > I went ahead and resolved HHH-10111 to be correc