solomax commented on PR #144:
URL: https://github.com/apache/openjpa/pull/144#issuecomment-4992471760
Hello All,
so far testing matrix seems to be OK:
```
Passed -- postgresql_11
Failed -- postgresql_16
Failed -- postgresql_18
Passed -- hsqldb
Passed -- h2
Passed -- mariadb
Passed -- derby
Passed -- mssql
Passed -- mysql_8.0
Passed -- mysql_8.4.8
Passed -- mysql_9.4.0
```
Oracle was skipped due to I, sort of, scared of it :) (waiting for 2 weeks
last time ... :))
Postgres: `16`, `18` - failed for me with
```
[ERROR]
org.apache.openjpa.persistence.lockmgr.TestPessimisticLocks.testQueryAfterFindWithPessimisticLocks
-- Time elapsed: 0.158 s <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected find succeeded. Should
throw a PessimisticLockException.
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.TestCase.fail(TestCase.java:223)
at
org.apache.openjpa.persistence.lockmgr.TestPessimisticLocks.testQueryAfterFindWithPessimisticLocks(TestPessimisticLocks.java:303)
..... more frames dropped
```
which is weird, but I have no idea how it can be fixed (and why is it
differs from `11` ...
I'll try to run TCK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]