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/05/05 08:32:57 UTC

[shardingsphere] branch master updated (fcea2117117 -> 1699736d88d)

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

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


    from fcea2117117 Refactor fixture of sharding-distsql-handler (#17333)
     add 1699736d88d Improve Scaling IT test (#17329)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/it-scaling.yml                   | 43 ++++++++++++++++++++--
 .../pom.xml                                        |  5 ---
 .../data/pipeline/cases/BaseITCase.java            | 19 +++++++++-
 .../data/pipeline/cases/mysql/BaseMySQLITCase.java |  6 +--
 ...lingCase.java => MySQLManualScalingITCase.java} |  4 +-
 .../cases/postgresql/BasePostgreSQLITCase.java     |  5 +--
 ...ase.java => PostgreSQLManualScalingITCase.java} |  4 +-
 7 files changed, 63 insertions(+), 23 deletions(-)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/mysql/{MySQLManualScalingCase.java => MySQLManualScalingITCase.java} (95%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/postgresql/{PostgreSQLManualScalingCase.java => PostgreSQLManualScalingITCase.java} (94%)