[
https://issues.apache.org/jira/browse/BEAM-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108499#comment-17108499
]
Ahmet Altay commented on BEAM-10006:
------------------------------------
Flakes probably depends on the test order. This is a known implementation
limitation. Adding namespaces might improve things a bit
(https://issues.apache.org/jira/browse/BEAM-6531). Or a new way to discover
options need to be implemented (e.g. based on registering options) but that
would be a bigger change.
> 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)