You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Łukasz Gajowy (JIRA)" <ji...@apache.org> on 2018/04/19 12:57:00 UTC

[jira] [Created] (BEAM-4137) Split IOTestPipelineOptions to multiple, test-specific files

Łukasz Gajowy created BEAM-4137:
-----------------------------------

             Summary: Split IOTestPipelineOptions to multiple, test-specific files
                 Key: BEAM-4137
                 URL: https://issues.apache.org/jira/browse/BEAM-4137
             Project: Beam
          Issue Type: Improvement
          Components: testing
            Reporter: Łukasz Gajowy
            Assignee: Łukasz Gajowy


Currently we have one big IOTestPipelineOptions interface that is used in many IOITs. It contains test specific options that should rather be located next to testing classes, not in a generic file. Let's split this. Additionally, besides separation of concerns,  this will allow adding test-specific @Default and @Required annotations and validate the options better. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)