[
https://issues.apache.org/jira/browse/BEAM-6148?focusedWorklogId=170695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-170695
]
ASF GitHub Bot logged work on BEAM-6148:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Nov/18 16:07
Start Date: 29/Nov/18 16:07
Worklog Time Spent: 10m
Work Description: lostluck commented on issue #7158: [BEAM-6148] ptest
support arbitrary runners
URL: https://github.com/apache/beam/pull/7158#issuecomment-442890439
R: @aaltay
CC: @youngoli -- This might be useful in getting various Go tests to run
against the ULR or Flink more automatically.
----------------------------------------------------------------
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: 170695)
Time Spent: 20m (was: 10m)
> Support Go "Unit" tests on arbitrary runners
> --------------------------------------------
>
> Key: BEAM-6148
> URL: https://issues.apache.org/jira/browse/BEAM-6148
> Project: Beam
> Issue Type: New Feature
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There's no clear path to testing pipelines on runners other than the direct
> runner. It should be possibly to "redirect" tests to use a runner of choice.
> This would enable more "testy" ValidatesRunner tests in Go.
>
> In particular, users should need to at least _ import the runner they want,
> and be able to set a flag.
> The tricky bit is ensuring beam.Init is called so that each individual test
> can convert to WorkerMode when it's spun up as a SDK harness. This can be
> done by having a TestMain.
> ptest should provide convenience functions to help with this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)