You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/02/23 10:20:58 UTC

[shardingsphere] branch master updated (812c0d5 -> 1469cc5)

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

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


    from 812c0d5  Refactor parallel runner executor (#9469)
     add 1469cc5  Move ParallelRuntimeStrategy to annotation package (#9473)

No new revisions were added by this update.

Summary of changes:
 .../test/integration/engine/it/dal/GeneralDALIT.java        |  6 +++---
 .../test/integration/engine/it/dcl/GeneralDCLIT.java        |  6 +++---
 .../test/integration/engine/it/ddl/GeneralDDLIT.java        |  6 +++---
 .../test/integration/engine/it/dml/AdditionalDMLIT.java     |  6 +++---
 .../test/integration/engine/it/dml/BatchDMLIT.java          |  6 +++---
 .../test/integration/engine/it/dml/GeneralDMLIT.java        |  6 +++---
 .../test/integration/engine/it/dql/AdditionalDQLIT.java     |  6 +++---
 .../test/integration/engine/it/dql/GeneralDQLIT.java        |  6 +++---
 .../test/integration/engine/junit/ITParameterized.java      |  8 ++++----
 .../engine/junit/parallel/ParallelRunnerScheduler.java      |  8 ++++----
 .../{it => junit/parallel/annotaion}/ParallelLevel.java     |  4 ++--
 .../parallel/annotaion/ParallelRuntimeStrategy.java}        | 13 +++++++------
 12 files changed, 41 insertions(+), 40 deletions(-)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/{it => junit/parallel/annotaion}/ParallelLevel.java (89%)
 rename shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/{it/RuntimeStrategy.java => junit/parallel/annotaion/ParallelRuntimeStrategy.java} (81%)