You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "taojintianxia (via GitHub)" <gi...@apache.org> on 2023/03/28 01:22:19 UTC

[GitHub] [shardingsphere] taojintianxia opened a new issue, #24872: refactor the E2E-SQL to combine different rules in one matrix

taojintianxia opened a new issue, #24872:
URL: https://github.com/apache/shardingsphere/issues/24872

   there are 4 process in E2E-SQL
     - build-image
     - e2e-empty-rule
     - e2e-single-rule
     - e2e-mixture-rule
   
   besides the build-image job, the rest are maily same, just execute different scenario.
   the original design of separating the E2E-SQL to 3 parts because of the matrix contains too much scenario, this will touch the limitation of matrix.
   
   however, the github action provide the `max-parallel` usage for matrix to limit the max parallel job:
   
   ```yaml
   jobs:
     example_matrix:
       strategy:
         max-parallel: 2
         matrix:
           version: [10, 12, 14]
           os: [ubuntu-latest, windows-latest]
   ```
   
   so refactor the E2E-SQL b max-parallel .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] taojintianxia closed issue #24872: refactor the E2E-SQL to combine different rules in one matrix

Posted by "taojintianxia (via GitHub)" <gi...@apache.org>.
taojintianxia closed issue #24872: refactor the E2E-SQL to combine different rules in one matrix
URL: https://github.com/apache/shardingsphere/issues/24872


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org