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

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

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



##########
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:
       I see EMBEDDED_MYSQL_ENABLED_FULL_KEY by default is set to be true, just 
curious when it's running in CI, how the config will be set as false?




----------------------------------------------------------------
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: 564245)
    Time Spent: 20m  (was: 10m)

> 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: 20m
>  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