The following Jakarta EE 10 Platform TCK tests are failing: jpa/core/lock/query/Client.java#getResultListTest1_from_appmanagedNoTx jpa/core/lock/query/Client.java#getResultListTest1_from_puservlet A clue is that the failure happens with git commit e96402a0052d320cbd0a82fe788b00b2d3fe81bf or newer (on Hibernate ORM 6.2 branch). The previous commit b754325cab919ccfe480ed126330105429004d58 passes the jpa/core/lock/query tests. The test output contains:
The source is at https://github.com/jakartaee/platform-tck/blob/master/src/com/sun/ts/tests/jpa/core/lock/query/Client.java#L76 There are other (JPA) failures as well, will create separate jiras for others. Discussion started yesterday on this in https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/investigating.20TCK.20failures |