You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/09/09 13:38:10 UTC

[shardingsphere] branch master updated: #6872, add pg default pwd

This is an automated email from the ASF dual-hosted git repository.

panjuan 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 9785f53  #6872, add pg default pwd
     new 2131d05  Merge pull request #7364 from tuohai666/pg_pwd
9785f53 is described below

commit 9785f530fd5fac62c4b87c9a6280715c3368d20d
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Wed Sep 9 21:23:53 2020 +0800

    #6872, add pg default pwd
---
 .../document/content/features/test-engine/integration-test-engine.cn.md | 2 +-
 .../document/content/features/test-engine/integration-test-engine.en.md | 2 +-
 .../src/test/resources/integrate/env-proxy.properties                   | 2 +-
 .../src/test/resources/integrate/env.properties                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/document/content/features/test-engine/integration-test-engine.cn.md b/docs/document/content/features/test-engine/integration-test-engine.cn.md
index 4fbf57a..ac5196a 100644
--- a/docs/document/content/features/test-engine/integration-test-engine.cn.md
+++ b/docs/document/content/features/test-engine/integration-test-engine.cn.md
@@ -48,7 +48,7 @@ mysql.password=root
 postgresql.host=db.psql
 postgresql.port=5432
 postgresql.username=postgres
-postgresql.password=
+postgresql.password=postgres
 
 ## SQLServer配置
 sqlserver.host=db.mssql
diff --git a/docs/document/content/features/test-engine/integration-test-engine.en.md b/docs/document/content/features/test-engine/integration-test-engine.en.md
index a3e3cf9..ee001bf 100644
--- a/docs/document/content/features/test-engine/integration-test-engine.en.md
+++ b/docs/document/content/features/test-engine/integration-test-engine.en.md
@@ -47,7 +47,7 @@ mysql.password=root
 postgresql.host=db.psql
 postgresql.port=5432
 postgresql.username=postgres
-postgresql.password=
+postgresql.password=postgres
 
 ## SQLServer configuration
 sqlserver.host=db.mssql
diff --git a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env-proxy.properties b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env-proxy.properties
index f44f16b..641efb8 100644
--- a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env-proxy.properties
+++ b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env-proxy.properties
@@ -30,4 +30,4 @@ mysql.password=
 postgresql.host=127.0.0.1
 postgresql.port=57320
 postgresql.username=postgres
-postgresql.password=
+postgresql.password=postgres
diff --git a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env.properties b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env.properties
index 75b0942..e1fc000 100644
--- a/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env.properties
+++ b/shardingsphere-integration-test/shardingsphere-test-suite/src/test/resources/integrate/env.properties
@@ -30,7 +30,7 @@ mysql.password=
 postgresql.host=db.psql
 postgresql.port=5432
 postgresql.username=postgres
-postgresql.password=
+postgresql.password=postgres
 
 sqlserver.host=db.mssql
 sqlserver.port=1433