[
https://issues.apache.org/jira/browse/BEAM-12383?focusedWorklogId=648340&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648340
]
ASF GitHub Bot logged work on BEAM-12383:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Sep/21 03:02
Start Date: 09/Sep/21 03:02
Worklog Time Spent: 10m
Work Description: ihji commented on a change in pull request #15094:
URL: https://github.com/apache/beam/pull/15094#discussion_r704914704
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -359,7 +360,16 @@ createCrossLanguageValidatesRunnerTask(
"--numprocesses=8",
"--timeout=4500",
"--log-cli-level=INFO",
- ]
+ ],
+ goScriptOptions: [
+ "--runner dataflow",
+ "--project ${dataflowProject}",
+ "--dataflow_project ${dataflowProject}",
+ "--region ${dataflowRegion}",
+ "--tests \"./test/integration/xlang\"",
+ "--dataflow_worker_jar
${project(":runners:google-cloud-dataflow-java:worker").shadowJar.archivePath}",
Review comment:
Ah, I confused with the sdk harness jar so worker so dataflow worker jar
is not included in Java SDK harness by default. Still I wonder why we need
Dataflow worker jar. Aren't XLang pipelines only supported on UW?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 648340)
Time Spent: 25h 20m (was: 25h 10m)
> Go SDK test added to Kafka XLang test suite
> -------------------------------------------
>
> Key: BEAM-12383
> URL: https://issues.apache.org/jira/browse/BEAM-12383
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-go
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: P2
> Time Spent: 25h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)