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

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

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

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index 942d255b3b2..7dc35c4ffc1 100755
--- a/sdks/python/run_postcommit.sh
+++ b/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
 
 # Virtualenv for the rest of the script to run setup & e2e tests
 ${LOCAL_PATH}/virtualenv sdks/python


 

----------------------------------------------------------------
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: 86841)
    Time Spent: 1h 10m  (was: 1h)

> 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 10m
>  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