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

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

                Author: ASF GitHub Bot
            Created on: 02/Apr/18 19:26
            Start Date: 02/Apr/18 19:26
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on a change in pull request #4986: 
[BEAM-3975] Upgrade virtualenv and tox in Jenkins machines.
URL: https://github.com/apache/beam/pull/4986#discussion_r178626464
 
 

 ##########
 File path: sdks/python/run_postcommit.sh
 ##########
 @@ -32,16 +32,14 @@ set -v
 LOCAL_PATH=$HOME/.local/bin/
 
 # Remove any tox cache from previous workspace
+# TODO(udim): Remove this line and add '-r' to tox invocation instead.
 rm -rf sdks/python/target/.tox
 
-# INFRA does not install virtualenv
-pip install virtualenv --user
-
-# INFRA does not install tox
-pip install tox --user
+# INFRA does not install these packages
+pip install --user --upgrade virtualenv tox
 
 # Tox runs unit tests in a virtual environment
-${LOCAL_PATH}/tox -e ALL -c sdks/python/tox.ini
+${LOCAL_PATH}/tox -e ALL -c sdks/python/tox.ini -v -v
 
 Review comment:
   What does `-v -v` do?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 86714)
    Time Spent: 1h  (was: 50m)

> python postcommit build broken in tox invocation
> ------------------------------------------------
>
>                 Key: BEAM-3975
>                 URL: https://issues.apache.org/jira/browse/BEAM-3975
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Udi Meiri
>            Assignee: Udi Meiri
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Before breakage: 
> [https://builds.apache.org/job/beam_PostCommit_Python_Verify/4491/consoleFull]
> (already broken, I know)
> After breakage:
> [https://builds.apache.org/job/beam_PostCommit_Python_Verify/4492/console]
>  
> Culprit is apparently the tox.ini changes here:
> https://github.com/apache/beam/commit/dbadcabd413af4990f439e441eba1c987d318fd0



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

Reply via email to