[
https://issues.apache.org/jira/browse/BEAM-3415?focusedWorklogId=576969&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-576969
]
ASF GitHub Bot logged work on BEAM-3415:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/21 17:15
Start Date: 05/Apr/21 17:15
Worklog Time Spent: 10m
Work Description: kennknowles commented on a change in pull request
#14272:
URL: https://github.com/apache/beam/pull/14272#discussion_r607210338
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/testing/TestPipeline.java
##########
@@ -107,7 +107,7 @@
private final PipelineOptions options;
- private static class PipelineRunEnforcement {
+ protected static class PipelineRunEnforcement {
Review comment:
Noting that you can always extend, in probably a better way, via object
composition. You can subclass `Pipeline` and forward method calls to a local
`TestPipeline` variable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 576969)
Time Spent: 6h 10m (was: 6h)
> JUnit5 support
> --------------
>
> Key: BEAM-3415
> URL: https://issues.apache.org/jira/browse/BEAM-3415
> Project: Beam
> Issue Type: New Feature
> Components: testing
> Reporter: Romain Manni-Bucau
> Priority: P3
> Time Spent: 6h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)