This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 23545eff6c6 Unify e2e default database user and password (#36595)
23545eff6c6 is described below
commit 23545eff6c64fe1bf703c7e0884a01db3869db90
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Sep 17 10:59:22 2025 +0800
Unify e2e default database user and password (#36595)
---
.../operation/pipeline/src/test/resources/env/it-env.properties | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/test/e2e/operation/pipeline/src/test/resources/env/it-env.properties
b/test/e2e/operation/pipeline/src/test/resources/env/it-env.properties
index 1a1912dfce2..3fca913e9a1 100644
--- a/test/e2e/operation/pipeline/src/test/resources/env/it-env.properties
+++ b/test/e2e/operation/pipeline/src/test/resources/env/it-env.properties
@@ -25,15 +25,15 @@ pipeline.it.docker.postgresql.version=
pipeline.it.docker.opengauss.version=
# pipeline.it.native.database=mysql or postgresql or opengauss
pipeline.it.native.database=
-pipeline.it.native.mysql.username=test_user
+pipeline.it.native.mysql.username=root
pipeline.it.native.mysql.password=Test@123
pipeline.it.native.mysql.port=3306
-pipeline.it.native.mariadb.username=test_user
+pipeline.it.native.mariadb.username=root
pipeline.it.native.mariadb.password=Test@123
pipeline.it.native.mariadb.port=3306
-pipeline.it.native.postgresql.username=test_user
+pipeline.it.native.postgresql.username=postgres
pipeline.it.native.postgresql.password=Test@123
pipeline.it.native.postgresql.port=5432
-pipeline.it.native.opengauss.username=test_user
+pipeline.it.native.opengauss.username=gaussdb
pipeline.it.native.opengauss.password=Test@123
pipeline.it.native.opengauss.port=5432