You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/10/22 06:00:21 UTC

[GitHub] [skywalking-python] Superskyyy opened a new pull request #170: Enable faster CI by categorical parallelism

Superskyyy opened a new pull request #170:
URL: https://github.com/apache/skywalking-python/pull/170


   Cuts down CI time from 25min -> 12min.
   
   Changelist:
   1. Adds a dynamic matrix to group tests from plugin categories(unit, web, http, data, misc etc.) 
   2. Fixes flake8 not working as expected.
   
   Note: pytest-xdist(parallel testing) does not work because the test containers fight each other over ports and resources.
   
   


-- 
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@skywalking.apache.org

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



[GitHub] [skywalking-python] kezhenxu94 commented on pull request #170: Enable faster CI by categorical parallelism

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on pull request #170:
URL: https://github.com/apache/skywalking-python/pull/170#issuecomment-949356057


   
   > Note: pytest-xdist (parallel testing) does not work because the test containers fight each other over ports and resources.
   
   We can have dedicated ports for each case for parallelism, it seems the problem is how to parallelize the cases for different plugins but serialize the different versions of a plugin


-- 
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@skywalking.apache.org

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



[GitHub] [skywalking-python] sonatype-lift[bot] commented on a change in pull request #170: Enable faster CI by categorical parallelism

Posted by GitBox <gi...@apache.org>.
sonatype-lift[bot] commented on a change in pull request #170:
URL: https://github.com/apache/skywalking-python/pull/170#discussion_r734258224



##########
File path: tests/gather_test_paths.sh
##########
@@ -0,0 +1,25 @@
+#

Review comment:
       *ShellCheck:*  Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
   (at-me [in a reply](https://help.sonatype.com/lift/talking-to-lift) with `help` or `ignore`)




-- 
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@skywalking.apache.org

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



[GitHub] [skywalking-python] kezhenxu94 merged pull request #170: Enable faster CI by categorical parallelism

Posted by GitBox <gi...@apache.org>.
kezhenxu94 merged pull request #170:
URL: https://github.com/apache/skywalking-python/pull/170


   


-- 
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@skywalking.apache.org

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