You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/24 15:41:43 UTC

[shardingsphere] branch master updated (78ddc61 -> 521b6fe)

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

zhangliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 78ddc61  Return values are named with result. (#15029)
     add 521b6fe  Add shadow and type cases for dql. (#15030)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/it.yml                           |   2 +-
 .../test/integration/cases/value/SQLValue.java     |   9 +
 .../test/integration/engine/it/dql/BaseDQLIT.java  |   4 -
 .../cases/dal/dal-integration-test-cases.xml       |   2 +-
 .../mysql/pro_select_order_by_user_id.xml}         |  17 +-
 .../mysql/shadow_select_order_by_user_id.xml}      |  17 +-
 .../postgresql/pro_select_order_by_user_id.xml}    |  17 +-
 .../postgresql/select_count_tilde_concat.xml       |  23 --
 .../postgresql/shadow_select_order_by_user_id.xml} |  17 +-
 .../cases/dql/dql-integration-test-cases.xml       |   7 +
 .../cases/rql/rql-integration-test-cases.xml       |  10 +-
 .../{db/h2 => shadow/mysql}/docker-compose.yml     |  21 +-
 .../shadow/mysql/proxy/conf/config-shadow.yaml     |  60 +++--
 .../mysql}/proxy/conf/logback.xml                  |   0
 .../mysql/proxy/conf/server.yaml                   |   0
 .../{tbl => shadow}/postgresql/docker-compose.yml  |  21 +-
 .../postgresql/proxy/conf/config-shadow.yaml       |  64 ++---
 .../postgresql/proxy/conf/logback.xml              |   0
 .../postgresql}/proxy/conf/server.yaml             |   0
 .../src/test/resources/env/shadow/authority.xml    |   3 +-
 .../src/test/resources/env/shadow/dataset.xml      | 268 ++-------------------
 .../resources/env/shadow/init-sql}/mysql/init.sql  |  18 +-
 .../init-sql/postgresql/init.sql                   |  18 +-
 .../src/test/resources/env/shadow/rules.yaml       |  74 +++---
 24 files changed, 235 insertions(+), 437 deletions(-)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/{db/select_across_single_tables_with_federate.xml => shadow/mysql/pro_select_order_by_user_id.xml} (57%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/{db/select_across_single_tables_with_federate.xml => shadow/mysql/shadow_select_order_by_user_id.xml} (57%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/{db/select_across_single_tables_with_federate.xml => shadow/postgresql/pro_select_order_by_user_id.xml} (57%)
 delete mode 100644 shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/shadow/postgresql/select_count_tilde_concat.xml
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/cases/dql/dataset/{db/select_across_single_tables_with_federate.xml => shadow/postgresql/shadow_select_order_by_user_id.xml} (57%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{db/h2 => shadow/mysql}/docker-compose.yml (78%)
 copy examples/shardingsphere-jdbc-example/single-feature-example/shadow-example/shadow-raw-jdbc-example/src/main/resources/META-INF/shadow.yaml => shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/shadow/mysql/proxy/conf/config-shadow.yaml (64%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{tbl/postgresql => shadow/mysql}/proxy/conf/logback.xml (100%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{readwrite_splitting => shadow}/mysql/proxy/conf/server.yaml (100%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{tbl => shadow}/postgresql/docker-compose.yml (76%)
 copy examples/shardingsphere-jdbc-example/single-feature-example/shadow-example/shadow-raw-jdbc-example/src/main/resources/META-INF/shadow.yaml => shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/shadow/postgresql/proxy/conf/config-shadow.yaml (65%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{tbl => shadow}/postgresql/proxy/conf/logback.xml (100%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/{readwrite_splitting/mysql => shadow/postgresql}/proxy/conf/server.yaml (100%)
 copy shardingsphere-test/{shardingsphere-integration-agent-test/shardingsphere-integration-agent-test-plugins/shardingsphere-integration-agent-test-zipkin/src/test/resources/env => shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/env/shadow/init-sql}/mysql/init.sql (56%)
 copy shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/env/{sharding_governance => shadow}/init-sql/postgresql/init.sql (50%)