boyuanzz commented on a change in pull request #13283:
URL: https://github.com/apache/beam/pull/13283#discussion_r524523450



##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -312,6 +313,36 @@ task validatesRunnerStreaming {
   ))
 }
 
+createCrossLanguageValidatesRunnerTask(

Review comment:
       This task makes all Dataflow runner v2 tests fail because the sdk 
container is cleaned up as soon as it is built. The cause is that in the common 
configuration, you have
   config.startJobServer.finalizedBy config.cleanupJobServer
   This will change the task dependency incorrectly.
   
   Filed jira here: https://issues.apache.org/jira/browse/BEAM-11270
   
   cc: @tysonjh




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to