[ 
https://issues.apache.org/jira/browse/BEAM-12383?focusedWorklogId=652518&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-652518
 ]

ASF GitHub Bot logged work on BEAM-12383:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Sep/21 01:52
            Start Date: 18/Sep/21 01:52
    Worklog Time Spent: 10m 
      Work Description: youngoli commented on a change in pull request #15094:
URL: https://github.com/apache/beam/pull/15094#discussion_r711422511



##########
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"
+    dependsOn ":sdks:java:io:expansion-service:build"

Review comment:
       I was pretty sure it required `shadowJar`, but I tried `jar` again just 
to be sure. I got this error in my command line shortly after starting the 
expansion service jar, followed by it crashing: `no main manifest attribute, in 
[...]/beam-sdks-java-io-expansion-service-2.33.0-SNAPSHOT-unshaded.jar`
   
   This might be fixable, but I'll just stick with a shaded jar for now.




-- 
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: 652518)
    Time Spent: 26h 20m  (was: 26h 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: 26h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to