You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Mark Liu (Jira)" <ji...@apache.org> on 2019/11/19 21:29:00 UTC

[jira] [Assigned] (BEAM-8119) The python RC validation script need cleanup the pubsub resources after finish.

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

Mark Liu reassigned BEAM-8119:
------------------------------

    Assignee: Mark Liu

> The python RC validation script need cleanup the pubsub resources after finish.
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-8119
>                 URL: https://issues.apache.org/jira/browse/BEAM-8119
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Yifan Zou
>            Assignee: Mark Liu
>            Priority: Major
>             Fix For: Not applicable, 2.16.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> * Python staging artifacts were moved to ‘python/’ directory. This needs to be fixed in the script, otherwise the script won’t download the sdks and hash files correctly.
>  * If the test fails, it sometimes left some died pubsub topics. This might cause failures in the reruns since the resources already exist: 
>  * ERROR: Failed to create topic [projects/apache-beam-testing/topics/wordstream-python-topic-1]: Resource already exists in the project (resource=wordstream-python-topic-1). 
>  * *Workaround*: I manually deleted the topics using cmd: gcloud alpha pubsub topics delete wordstream-python-topic-1
>  * TODO: 
>  ** Change the download directory in the script.
>  ** Add cleanup if the job was interrupted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)