[
https://issues.apache.org/jira/browse/BEAM-4137?focusedWorklogId=109421&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109421
]
ASF GitHub Bot logged work on BEAM-4137:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/18 15:17
Start Date: 06/Jun/18 15:17
Worklog Time Spent: 10m
Work Description: lgajowy opened a new pull request #5569: [BEAM-4137]
split io test pipeline options
URL: https://github.com/apache/beam/pull/5569
This PR divides IOTestPipelineOptions interface to multiple subinterfaces.
This separates concerns better. What is more, test-specific options can be
`@Required` now without breaking other tests (that do not require some options)
due to the separation. This is best visible in `PostgresIOTestPipelineOptions`.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [x] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 109421)
Time Spent: 2h 20m (was: 2h 10m)
> 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
> Priority: Minor
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> 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)