[ 
https://issues.apache.org/jira/browse/BEAM-6527?focusedWorklogId=211327&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-211327
 ]

ASF GitHub Bot logged work on BEAM-6527:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Mar/19 21:51
            Start Date: 11/Mar/19 21:51
    Worklog Time Spent: 10m 
      Work Description: markflyhigh commented on pull request #7675: 
[BEAM-6527] Use Gradle to parallel Python tox tests
URL: https://github.com/apache/beam/pull/7675#discussion_r264445998
 
 

 ##########
 File path: sdks/python/scripts/run_tox.sh
 ##########
 @@ -24,9 +24,10 @@
 
 ###########################################################################
 # Usage check.
-if [[ $# != 1 ]]; then
-  printf "Usage: \n$> ./scripts/run_tox.sh <tox_environment>"
+if [[ $# < 1 || $# > 2 ]]; then
+  printf "Usage: \n$> ./scripts/run_tox.sh <tox_environment> <sdk_location>"
   printf "\n\ttox_environment: [required] Tox environment to run the test 
in.\n"
+  printf "\n\tsdk_location: [optional] SDK artifact location to install 
dependencies.\n"
 
 Review comment:
   `--install` behaves the same as `--installpkg` but we should use the 
documented one. Thanks for pointed out.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 211327)
    Time Spent: 2h 50m  (was: 2h 40m)

> Parallel tox (unit) tests run on Jenkins
> ----------------------------------------
>
>                 Key: BEAM-6527
>                 URL: https://issues.apache.org/jira/browse/BEAM-6527
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Mark Liu
>            Assignee: Mark Liu
>            Priority: Major
>              Labels: triaged
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Existing tox unit test suite (basic, gcp and cython) will be enabled in 
> multiple version of Python 3, which will significantly increase runtime of 
> Pre/PostCommit build. A parallel is wanted in tox or Gradle invocation to 
> control the time in a reasonable range (<30mins for PreCommit is desired).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to