You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/01/09 09:49:48 UTC

[shardingsphere] branch master updated (e2013a7e5fc -> 0aca3a3f0aa)

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

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


    from e2013a7e5fc Refactor PrometheusWrapperFactory (#23437)
     add 0aca3a3f0aa Add mask and sharding integration test (#23417)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.yml                          |   2 +-
 .../cases/dql/dql-integration-test-cases.xml       |   8 +-
 .../suite/src/test/resources/env/it-env.properties |   4 +-
 .../{shadow => mask_sharding}/authority.xml        |  12 +-
 .../mask_sharding/data/actual}/databases.xml       |  11 +-
 .../scenario/mask_sharding/data/actual/dataset.xml |  47 +++++++
 .../data/actual/init-sql/h2/01-actual-init.sql}    |   0
 .../data/actual/init-sql/mysql/01-actual-init.sql  |  52 ++++++++
 .../actual/init-sql/opengauss/01-actual-init.sql   |  98 +++++++++++++++
 .../data/actual/init-sql/oracle/01-actual-init.sql |  49 ++++++++
 .../actual/init-sql/postgresql/01-actual-init.sql  |  98 +++++++++++++++
 .../actual/init-sql/sqlserver/01-actual-init.sql   |  49 ++++++++
 .../data/expected/databases.xml                    |   0
 .../data/expected/dataset.xml                      |   0
 .../data/expected/init-sql/h2/01-expected-init.sql |   0
 .../expected/init-sql/mysql/01-expected-init.sql   |   0
 .../init-sql/opengauss/01-expected-init.sql        |   0
 .../expected/init-sql/oracle/01-expected-init.sql  |   0
 .../init-sql/postgresql}/01-expected-init.sql      |   0
 .../init-sql/sqlserver/01-expected-init.sql        |   0
 .../proxy/conf/mysql/config-mask-sharding.yaml}    | 136 +++++++++------------
 .../conf/opengauss/config-mask-sharding.yaml}      | 136 +++++++++------------
 .../conf/postgresql/config-mask-sharding.yaml}     | 136 +++++++++------------
 .../scenario/{mask => mask_sharding}/rules.yaml    |  15 +++
 24 files changed, 600 insertions(+), 253 deletions(-)
 copy test/e2e/suite/src/test/resources/env/scenario/{shadow => mask_sharding}/authority.xml (75%)
 copy test/e2e/{showprocesslist/src/test/resources/env/scenario/cluster_jdbc_proxy/data/expected => suite/src/test/resources/env/scenario/mask_sharding/data/actual}/databases.xml (71%)
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/dataset.xml
 copy test/e2e/suite/src/test/resources/env/scenario/{mask/data/expected/init-sql/h2/01-expected-init.sql => mask_sharding/data/actual/init-sql/h2/01-actual-init.sql} (100%)
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/init-sql/mysql/01-actual-init.sql
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/init-sql/opengauss/01-actual-init.sql
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/init-sql/oracle/01-actual-init.sql
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/init-sql/postgresql/01-actual-init.sql
 create mode 100644 test/e2e/suite/src/test/resources/env/scenario/mask_sharding/data/actual/init-sql/sqlserver/01-actual-init.sql
 copy test/e2e/suite/src/test/resources/env/scenario/{db => mask_sharding}/data/expected/databases.xml (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/dataset.xml (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/init-sql/h2/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/init-sql/mysql/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/init-sql/opengauss/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/init-sql/oracle/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask/data/expected/init-sql/opengauss => mask_sharding/data/expected/init-sql/postgresql}/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/data/expected/init-sql/sqlserver/01-expected-init.sql (100%)
 copy test/e2e/suite/src/test/resources/env/scenario/{db/proxy/conf/opengauss/config-db.yaml => mask_sharding/proxy/conf/mysql/config-mask-sharding.yaml} (54%)
 copy test/e2e/suite/src/test/resources/env/scenario/{db/proxy/conf/opengauss/config-db.yaml => mask_sharding/proxy/conf/opengauss/config-mask-sharding.yaml} (54%)
 copy test/e2e/suite/src/test/resources/env/scenario/{db/proxy/conf/opengauss/config-db.yaml => mask_sharding/proxy/conf/postgresql/config-mask-sharding.yaml} (54%)
 copy test/e2e/suite/src/test/resources/env/scenario/{mask => mask_sharding}/rules.yaml (79%)