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 2022/12/02 13:17:46 UTC

[shardingsphere] branch master updated (b097f4db96b -> 8da98f0d9c6)

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 b097f4db96b Fixes documentation for building GraalVM Native Image (#21341)
     add 8da98f0d9c6 Remove ParallelRunnerExecutors (#22602)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/it-discovery.yml                 |  2 +
 .github/workflows/it-scaling.yml                   |  2 +
 .github/workflows/it-showprocesslist.yml           |  2 +
 .github/workflows/it-transaction.yml               |  2 +
 .github/workflows/it.yml                           |  1 +
 ...ShardingSphereIntegrationTestParameterized.java |  4 +-
 .../runner/parallel/CaseTestKeyProvider.java       |  2 +-
 .../test/runner/ParallelParameterized.java         |  4 +-
 .../runner/executor/ParallelRunnerExecutor.java    |  4 +-
 .../runner/executor/ParallelRunnerExecutors.java   | 55 ----------------------
 .../runner/scheduler/ParallelRunnerScheduler.java  |  8 ++--
 11 files changed, 20 insertions(+), 66 deletions(-)
 delete mode 100644 test/runner/src/main/java/org/apache/shardingsphere/test/runner/executor/ParallelRunnerExecutors.java