MiguelAnzoWizeline commented on pull request #16163:
URL: https://github.com/apache/beam/pull/16163#issuecomment-990377689


   @lostluck Hi, I'm helping with this issue 
https://issues.apache.org/jira/browse/BEAM-12572 specifically the Go part, but 
I have some questions and I was told maybe you could help me with them.
   The issue is about making sure that the examples can be run in at least two 
runners and being able to run them with jobs. Checking out the Go examples I'm 
noticing that there is currently no job that runs the examples in any runner, 
the closest thing I found was a 
[gradle](https://github.com/MiguelAnzoWizeline/beam/blob/BEAM-12572-go_examples_on_runners/sdks/go/examples/build.gradle#L82)
 task that according to it's documentation should run the wordcount example, 
but for what I can see it's only building it, is this correct? I also noted 
that there is an integration test 
[wordcount](https://github.com/MiguelAnzoWizeline/beam/blob/BEAM-12572-go_examples_on_runners/sdks/go/test/integration/wordcount/wordcount.go)
 that seems to be almost the same as the wordcount 
[example](https://github.com/MiguelAnzoWizeline/beam/blob/BEAM-12572-go_examples_on_runners/sdks/go/examples/wordcount/wordcount.go),
 is the Go sdk supposed to have an example and an integration test for each 
example?
   Thanks in advance.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to