[ 
https://issues.apache.org/jira/browse/GOBBLIN-1408?focusedWorklogId=564249&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-564249
 ]

ASF GitHub Bot logged work on GOBBLIN-1408:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Mar/21 02:09
            Start Date: 11/Mar/21 02:09
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on a change in pull request #3242:
URL: https://github.com/apache/gobblin/pull/3242#discussion_r592015118



##########
File path: 
gobblin-metastore/src/test/java/org/apache/gobblin/metastore/testing/TestMetastoreDatabaseServer.java
##########
@@ -152,10 +152,12 @@ private MySqlJdbcUrl getBaseJdbcUrl() throws 
URISyntaxException {
   }
 
   private MySqlJdbcUrl getInformationSchemaJdbcUrl() throws URISyntaxException 
{
+    // embedded mysql has an empty password by default
+    String password =  this.embeddedMysqlEnabled ? "" : ROOT_PASSWORD;

Review comment:
       on CI it doesn't use embedded mysql, it talks to a MYSQL instance that's 
configured in the test environment.




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 564249)
    Time Spent: 0.5h  (was: 20m)

> MySQL unit tests are broken locally
> -----------------------------------
>
>                 Key: GOBBLIN-1408
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1408
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: William Lo
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> MySQL Error: : 'Access denied for user 'root'@'localhost'
> MySQL embedded is using the CI db password instead of the default empty 
> password. Enable empty password on embedded mysql runs to prevent this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to