solomax commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3422045471


##########
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/jdbc/meta/TestJDBCSchemaManager.java:
##########
@@ -107,6 +109,11 @@ public void testTruncate() {
        @Test
        public void testValidate() {
                EntityManagerFactory emf = createEMF(UUIDEntity.class, 
EntityBoolChar.class, DROP_TABLES);
+               DBDictionary dict = getDbDictionary(emf);
+               if (dict instanceof MySQLDictionary) {

Review Comment:
   I've just tested with `8.4.8` it works as expected for me without this 
commit :(
   
   could you please triple-check with the script I've put into `script` folder?
   
   It should be as easy as
   ```
   cd script
   ./complex_test.sh -m=mysql:8.4.9,9.7.0
   ```
   Meanwhile I'll run same test :)
   
   sorry it took so long



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

Reply via email to