You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/11/27 14:49:51 UTC

[shardingsphere] branch master updated (6e38b507d7b -> 726fff3f537)

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

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


    from 6e38b507d7b Add default value for ParallelRuntimeStrategy (#22461)
     add 726fff3f537 Refactor package structure of test-runner (#22463)

No new revisions were added by this update.

Summary of changes:
 .../test/integration/engine/dal/GeneralDALIT.java        |  4 ++--
 .../test/integration/engine/dcl/GeneralDCLIT.java        |  4 ++--
 .../test/integration/engine/ddl/GeneralDDLIT.java        |  4 ++--
 .../test/integration/engine/dml/AdditionalDMLIT.java     |  4 ++--
 .../test/integration/engine/dml/BatchDMLIT.java          |  4 ++--
 .../test/integration/engine/dml/GeneralDMLIT.java        |  4 ++--
 .../test/integration/engine/dql/AdditionalDQLIT.java     |  4 ++--
 .../test/integration/engine/dql/GeneralDQLIT.java        |  4 ++--
 .../test/integration/engine/ral/GeneralRALIT.java        |  4 ++--
 .../test/integration/engine/rdl/GeneralRDLIT.java        |  4 ++--
 .../test/integration/engine/rql/GeneralRQLIT.java        |  4 ++--
 .../ShardingSphereIntegrationTestParameterized.java      |  2 +-
 .../DatabaseTypeParallelRunnerExecutorFactory.java       |  6 +++---
 .../parallel/ParameterizedParallelRunnerScheduler.java   |  6 +++---
 .../runner/parallel/impl/CaseParallelRunnerExecutor.java |  2 +-
 .../parallel/impl/ScenarioParallelRunnerExecutor.java    |  2 +-
 .../runner/ShardingSphereParallelTestParameterized.java  | 16 +++++++++++-----
 .../runner/{parallel => }/annotaion/ParallelLevel.java   |  2 +-
 .../annotaion/ParallelRuntimeStrategy.java               |  2 +-
 .../DefaultParallelRunnerExecutorFactory.java            |  6 +++---
 .../{parallel => executor}/ParallelRunnerExecutor.java   |  2 +-
 .../ParallelRunnerExecutorFactory.java                   |  5 +++--
 .../impl/DefaultParallelRunnerExecutor.java              |  4 ++--
 .../{parallel => scheduler}/ParallelRunnerScheduler.java |  6 ++++--
 24 files changed, 57 insertions(+), 48 deletions(-)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => }/annotaion/ParallelLevel.java (93%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => }/annotaion/ParallelRuntimeStrategy.java (95%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => executor}/DefaultParallelRunnerExecutorFactory.java (93%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => executor}/ParallelRunnerExecutor.java (96%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => executor}/ParallelRunnerExecutorFactory.java (92%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => executor}/impl/DefaultParallelRunnerExecutor.java (96%)
 rename test/runner/src/main/java/org/apache/shardingsphere/test/runner/{parallel => scheduler}/ParallelRunnerScheduler.java (83%)