[
https://issues.apache.org/jira/browse/BEAM-11142?focusedWorklogId=512551&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-512551
]
ASF GitHub Bot logged work on BEAM-11142:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Nov/20 19:37
Start Date: 16/Nov/20 19:37
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 512551)
Time Spent: 6h 40m (was: 6.5h)
> Enable CrossLanguageValidateRunner test for dataflow runner v2
> --------------------------------------------------------------
>
> Key: BEAM-11142
> URL: https://issues.apache.org/jira/browse/BEAM-11142
> Project: Beam
> Issue Type: Improvement
> Components: cross-language, runner-dataflow
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 6h 40m
> Remaining Estimate: 0h
>
> Enable CrossLanguageValidateRunner test for dataflow runner v2
--
This message was sent by Atlassian Jira
(v8.3.4#803005)