cristof commented on PR #142: URL: https://github.com/apache/openjpa/pull/142#issuecomment-4172779728
After reverting changes on UUID handling, the branch passes on profile test-h2-2 both using in-memory and tcp server mode, preserving UUID field type on database. The openjpa build and test was made using maven:temurin-17. The test-postgresql profile was tested using the same environment, pointing to a docker pg:17, locale en_US.UTF-8. AllFieldTypes tests throws a db error (ERROR: invalid byte sequence for encoding "UTF8": 0x00), caused by trying to persist the entity with null value on property charField. Setting it to some valid char (I used 'a') avoids this specific issue and allows to go ahead on tests. This was my first iteration result, didn't go beyond openjpa-persistence-jdbc. [ERROR] Tests run: 3488, Failures: 2, Errors: 139, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for OpenJPA Parent POM 4.2.0-SNAPSHOT: [INFO] [INFO] OpenJPA Parent POM ................................. SUCCESS [ 1.700 s] [INFO] OpenJPA Utilities Library .......................... SUCCESS [01:12 min] [INFO] OpenJPA Kernel ..................................... SUCCESS [ 12.852 s] [INFO] OpenJPA JDBC ....................................... SUCCESS [ 10.449 s] [INFO] OpenJPA Persistence ................................ SUCCESS [ 5.715 s] [INFO] OpenJPA Persistence JDBC ........................... FAILURE [ 01:26 h] -- 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]
