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 2022/06/21 07:36:32 UTC

[GitHub] [openjpa] solomax opened a new pull request, #96: Mysql driver is basically updated

solomax opened a new pull request, #96:
URL: https://github.com/apache/openjpa/pull/96

   The tests are not green
   I need some basic review on shall I proceed fixing the tests
   
   One of the errors is
   ```
   java.sql.SQLSyntaxErrorException: Syntax error for TIMESTAMP escape sequence '2009-08-25 00:00:00.'.
   Caused by: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
   	at java.sql.Timestamp.valueOf(Timestamp.java:257)
   	at com.mysql.cj.jdbc.EscapeProcessor.processTimestampToken(EscapeProcessor.java:356)
   
   ```


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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