Re: [hibernate-dev] Failing test for issue HHH-12688

2018-07-17 Thread Alvaro Pedraza
I ran it again and seems to be failing consistently. This is the info I can get: Stacktrace: java.lang.AssertionError: expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Asser

Re: [hibernate-dev] Failing test for issue HHH-12688

2018-07-17 Thread Guillaume Smet
Does it fail every time you run the build or is it a transient failure? If it's consistent, please check the result of the test (the Gradle log points you to a HTML file containing all the info) and paste the full error message and stracktrace here. Information about your environment might also b

[hibernate-dev] Failing test for issue HHH-12688

2018-07-16 Thread Alvaro Pedraza
Hi, working in something else I ran ./gradlew tests and exited with one failing test at org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintBatchingTest I’ve been seeing https://hibernate.atlassian.net/browse/HHH-12688 and it’s been