sandynz commented on code in PR #30535: URL: https://github.com/apache/shardingsphere/pull/30535#discussion_r1529672310
########## test/e2e/operation/pipeline/src/test/resources/env/it-env.properties: ########## @@ -25,8 +25,11 @@ pipeline.it.docker.opengauss.version= # pipeline.it.native.database=mysql or postgresql or opengauss pipeline.it.native.database= pipeline.it.native.mysql.username=root -pipeline.it.native.mysql.password=Root@123 +pipeline.it.native.mysql.password=root pipeline.it.native.mysql.port=3306 +pipeline.it.native.mariadb.username=root +pipeline.it.native.mariadb.password=root +pipeline.it.native.mariadb.port=3306 Review Comment: 1, MySQL password should be recovered 2, MariaDB password could use similar password -- 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]
