You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by GitBox <gi...@apache.org> on 2023/01/11 16:38:04 UTC

[GitHub] [openjpa] solomax commented on pull request #96: Mysql driver is basically updated

solomax commented on PR #96:
URL: https://github.com/apache/openjpa/pull/96#issuecomment-1379117043

   Only 2 errors remain:
   
   ```
   [ERROR] org.apache.openjpa.persistence.query.TestTimeoutException.testQueryTimeOutExceptionWhileQueryingWithLocksOnAlreadyLockedEntities  Time elapsed: 1.135 s  <<< FAILURE!
   junit.framework.AssertionFailedError: org.apache.openjpa.persistence.PersistenceException was raised but expected javax.persistence.QueryTimeoutException
   ```
   
   ```
   [ERROR] org.apache.openjpa.persistence.query.TestTimeoutException.testQueryTimeOutExceptionWhileFindWithLocksOnAlreadyLockedEntities  Time elapsed: 1.149 s  <<< FAILURE!
   junit.framework.AssertionFailedError: org.apache.openjpa.persistence.PersistenceException was raised but expected javax.persistence.LockTimeoutException
   ```
   
   I have no idea why is that :(((
   Any help would be appreciated :)


-- 
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: dev-unsubscribe@openjpa.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org