FANNG1 opened a new issue, #6392:
URL: https://github.com/apache/gravitino/issues/6392

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   SparkJdbcMysqlCatalogIT33 failed 
   
   ### Error message and/or stacktrace
   
   ```
   SparkJdbcMysqlCatalogIT33 > initializationError FAILED
       java.lang.RuntimeException: Failed to create database
           at 
org.apache.gravitino.integration.test.container.MySQLContainer.createDatabase(MySQLContainer.java:132)
           at 
org.apache.gravitino.integration.test.container.ContainerSuite.startMySQLContainer(ContainerSuite.java:349)
           at 
org.apache.gravitino.spark.connector.integration.test.jdbc.SparkJdbcMysqlCatalogIT.initCatalogEnv(SparkJdbcMysqlCatalogIT.java:92)
           at 
org.apache.gravitino.spark.connector.integration.test.SparkEnvIT.startUp(SparkEnvIT.java:85)
           Caused by:
           java.sql.SQLException: No suitable driver found for 
jdbc:mysql://192.168.215.7:3306
               at java.sql.DriverManager.getConnection(DriverManager.java:689)
               at java.sql.DriverManager.getConnection(DriverManager.java:247)
               at 
org.apache.gravitino.integration.test.container.MySQLContainer.createDatabase(MySQLContainer.java:124)
               ... 77 more
   ```
   
   ### How to reproduce
   
   ./gradlew :spark-connector:spark-3.3:test -PtestMode=deploy
   
   ### Additional context
   
   _No response_


-- 
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: commits-unsubscr...@gravitino.apache.org.apache.org

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

Reply via email to