nielsbasjes commented on pull request #2115:
URL: https://github.com/apache/drill/pull/2115#issuecomment-727571164


   Having trouble getting the JDBC test to pass that uses the EmbeddedMySQL.
   The required dependencies are there but it still fails during the setup of 
the test.
   ```
   [INFO] Running org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMySQLIT
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.004 s <<< FAILURE! - in 
org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMySQLIT
   [ERROR] org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMySQLIT  Time 
elapsed: 0.001 s  <<< ERROR!
   com.wix.mysql.exceptions.CommandFailedException: Command 'CREATE USER 
'mysqlUser'@'%' IDENTIFIED BY 'mysqlPass';' on schema 'information_schema' 
failed with message 'Stream closed'
        at 
org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMySQLIT.initMysql(TestJdbcPluginWithMySQLIT.java:70)
   Caused by: java.io.IOException: Stream closed
        at 
org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMySQLIT.initMysql(TestJdbcPluginWithMySQLIT.java:70)
   ``` 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to