[jira] [Updated] (BEAM-7991) gradle cleanPython race

2019-08-19 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-7991:
---
Status: Open  (was: Triage Needed)

> gradle cleanPython race
> ---
>
> Key: BEAM-7991
> URL: https://issues.apache.org/jira/browse/BEAM-7991
> Project: Beam
>  Issue Type: Bug
>  Components: build-system
>Reporter: Udi Meiri
>Priority: Minor
>
> Under sdks/python run:
> {code}
> $ ../../gradlew setupVirtualenv
> $ ../../gradlew clean
> {code}
> And you should get with high probability errors about missing modules.
> Running this gives no errors:
> {code}
> $ ../../gradlew setupVirtualenv
> $ ../../gradlew clean --no-parallel
> {code}
> But notice that setup.py is not called in the second example, meaning that 
> some other task has already wiped out the build/ directory and the 
> virtualenvs in it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (BEAM-7991) gradle cleanPython race

2019-08-16 Thread Udi Meiri (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Udi Meiri updated BEAM-7991:

Priority: Minor  (was: Major)

> gradle cleanPython race
> ---
>
> Key: BEAM-7991
> URL: https://issues.apache.org/jira/browse/BEAM-7991
> Project: Beam
>  Issue Type: Bug
>  Components: build-system
>Reporter: Udi Meiri
>Priority: Minor
>
> Under sdks/python run:
> {code}
> $ ../../gradlew setupVirtualenv
> $ ../../gradlew clean
> {code}
> And you should get with high probability errors about missing modules.
> Running this gives no errors:
> {code}
> $ ../../gradlew setupVirtualenv
> $ ../../gradlew clean --no-parallel
> {code}
> But notice that setup.py is not called in the second example, meaning that 
> some other task has already wiped out the build/ directory and the 
> virtualenvs in it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)