You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/05/15 15:45:00 UTC

[jira] [Updated] (BEAM-10006) PipelineOptions can pick up definitions from unrelated tests

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

Brian Hulette updated BEAM-10006:
---------------------------------
    Description: 
Since PipelineOptions uses {{\_\_subclasses\_\_}} to look for all definitions, when used in tests it can sometimes pick up sub-classes that were created in previously executed tests.

See BEAM-9975 for more details.

  was:
Since PipelineOptions uses {{__subclasses__}} to look for all definitions, when used in tests it can sometimes pick up sub-classes that were created in previously executed tests.

See BEAM-9975 for more details.


> PipelineOptions can pick up definitions from unrelated tests
> ------------------------------------------------------------
>
>                 Key: BEAM-10006
>                 URL: https://issues.apache.org/jira/browse/BEAM-10006
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Brian Hulette
>            Priority: Major
>
> Since PipelineOptions uses {{\_\_subclasses\_\_}} to look for all definitions, when used in tests it can sometimes pick up sub-classes that were created in previously executed tests.
> See BEAM-9975 for more details.



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