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 14dfcc5 fix integration test error for empty_rules scenario (#14787)
14dfcc5 is described below
commit 14dfcc5bef08462e528a734b133461a1f0bf1a9d
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Fri Jan 14 22:52:04 2022 +0800
fix integration test error for empty_rules scenario (#14787)
---
.../src/test/resources/docker/empty_rules/mysql/proxy/conf/server.yaml | 1 +
.../test/resources/docker/empty_rules/postgresql/proxy/conf/server.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/mysql/proxy/conf/server.yaml
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/mysql/proxy/conf/server.yaml
index 2220a23..b58230a 100644
---
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/mysql/proxy/conf/server.yaml
+++
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/mysql/proxy/conf/server.yaml
@@ -42,3 +42,4 @@ props:
proxy-opentracing-enabled: false
proxy-hint-enabled: true
sql-show: false
+ sql-federation-enabled: true
diff --git
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/postgresql/proxy/conf/server.yaml
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/postgresql/proxy/conf/server.yaml
index 2220a23..b58230a 100644
---
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/postgresql/proxy/conf/server.yaml
+++
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/empty_rules/postgresql/proxy/conf/server.yaml
@@ -42,3 +42,4 @@ props:
proxy-opentracing-enabled: false
proxy-hint-enabled: true
sql-show: false
+ sql-federation-enabled: true