[
https://issues.apache.org/jira/browse/BEAM-12383?focusedWorklogId=652517&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-652517
]
ASF GitHub Bot logged work on BEAM-12383:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/21 01:45
Start Date: 18/Sep/21 01:45
Worklog Time Spent: 10m
Work Description: youngoli commented on a change in pull request #15094:
URL: https://github.com/apache/beam/pull/15094#discussion_r711421573
##########
File path: sdks/go/test/build.gradle
##########
@@ -166,3 +174,33 @@ task ulrValidatesRunner {
}
}
}
+
+// A method for configuring a cross-language validates runner test task,
+// intended to be used in calls to createCrossLanguageValidatesRunnerTask.
+ext.goIoValidatesRunnerTask = { proj, name, scriptOpts ->
+ return proj.tasks.create(name: name) {
+ group = "Verification"
+
+ dependsOn ":sdks:go:test:goBuild"
+ dependsOn ":sdks:go:container:docker"
+ dependsOn ":sdks:java:container:java11:docker"
Review comment:
Done.
##########
File path: sdks/go/test/build.gradle
##########
@@ -166,3 +174,33 @@ task ulrValidatesRunner {
}
}
}
+
+// A method for configuring a cross-language validates runner test task,
+// intended to be used in calls to createCrossLanguageValidatesRunnerTask.
+ext.goIoValidatesRunnerTask = { proj, name, scriptOpts ->
+ return proj.tasks.create(name: name) {
+ group = "Verification"
+
+ dependsOn ":sdks:go:test:goBuild"
+ dependsOn ":sdks:go:container:docker"
+ dependsOn ":sdks:java:container:java11:docker"
+ dependsOn
":sdks:java:testing:expansion-service:buildTestExpansionServiceJar"
Review comment:
Done.
--
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: 652517)
Time Spent: 26h 10m (was: 26h)
> 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: 26h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)