[
https://issues.apache.org/jira/browse/BEAM-2146?focusedWorklogId=500144&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500144
]
ASF GitHub Bot logged work on BEAM-2146:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/20 16:14
Start Date: 13/Oct/20 16:14
Worklog Time Spent: 10m
Work Description: kennknowles commented on a change in pull request
#13087:
URL: https://github.com/apache/beam/pull/13087#discussion_r504081057
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -147,21 +147,24 @@ def commonExcludeCategories = [
'org.apache.beam.sdk.testing.LargeKeys$Above10MB',
'org.apache.beam.sdk.testing.UsesAttemptedMetrics',
'org.apache.beam.sdk.testing.UsesCrossLanguageTransforms',
- 'org.apache.beam.sdk.testing.UsesDistributionMetrics',
- 'org.apache.beam.sdk.testing.UsesGaugeMetrics',
'org.apache.beam.sdk.testing.UsesSetState',
'org.apache.beam.sdk.testing.UsesMapState',
'org.apache.beam.sdk.testing.UsesOrderedListState',
'org.apache.beam.sdk.testing.UsesSplittableParDoWithWindowedSideInputs',
'org.apache.beam.sdk.testing.UsesTestStream',
'org.apache.beam.sdk.testing.UsesParDoLifecycle',
'org.apache.beam.sdk.testing.UsesMetricsPusher',
- 'org.apache.beam.sdk.testing.UsesBundleFinalizer'
+ 'org.apache.beam.sdk.testing.UsesBundleFinalizer',
]
// For the following test tasks using legacy worker, set
workerHarnessContainerImage to empty to
// make Dataflow pick up the non-versioned container image, which handles a
staged worker jar.
-def createLegacyWorkerValidatesRunnerTest = { name,
pipelineOptions=legacyPipelineOptions, disabledTests=[] ->
+def createLegacyWorkerValidatesRunnerTest = { Map args ->
Review comment:
From what I can tell, this is unfortunately the idiomatic way to do
named args in Groovy.
----------------------------------------------------------------
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: 500144)
Time Spent: 3h (was: 2h 50m)
> Continuously run ValidatesRunner suite on Dataflow forcing streaming mode
> -------------------------------------------------------------------------
>
> Key: BEAM-2146
> URL: https://issues.apache.org/jira/browse/BEAM-2146
> Project: Beam
> Issue Type: New Feature
> Components: runner-dataflow
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: P2
> Time Spent: 3h
> Remaining Estimate: 0h
>
> The {{ValidatesRunner}} test suite works on Dataflow with streaming mode
> forced, and just needs CI setup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)