[
https://issues.apache.org/jira/browse/BEAM-10616?focusedWorklogId=468445&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468445
]
ASF GitHub Bot logged work on BEAM-10616:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Aug/20 07:43
Start Date: 10/Aug/20 07:43
Worklog Time Spent: 10m
Work Description: kkucharc commented on a change in pull request #12435:
URL: https://github.com/apache/beam/pull/12435#discussion_r467734961
##########
File path: .test-infra/jenkins/job_LoadTests_ParDo_Python.groovy
##########
@@ -151,3 +151,35 @@
CronJobBuilder.cronJob('beam_LoadTests_Python_ParDo_Dataflow_Batch', 'H 13 * * *
]
batchLoadTestJob(delegate,
CommonTestProperties.TriggeringContext.POST_COMMIT)
}
+
+def streamingLoadTestJob = { scope, triggeringContext ->
+ scope.description('Runs Python ParDo load tests on Dataflow runner in
streaming mode')
+ commonJobProperties.setTopLevelMainJobProperties(scope, 'master', 120)
+
+ def datasetName = loadTestsBuilder.getBigQueryDataset('load_test',
triggeringContext)
+ for (testConfiguration in loadTestConfigurations("streaming", datasetName)) {
+ // Skipping case 2 in streaming because it timeouts. To be checked TODO:
kkucharc
Review comment:
It makes sense. I saw several times TODOs with username and I thought
this is convention where developers takes responsibility for this TODO. I
changed it to issue.
----------------------------------------------------------------
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: 468445)
Time Spent: 3h 20m (was: 3h 10m)
> Create Streaming ParDo Python Load Test Jenkins Job
> ---------------------------------------------------
>
> Key: BEAM-10616
> URL: https://issues.apache.org/jira/browse/BEAM-10616
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kasia Kucharczyk
> Assignee: Kasia Kucharczyk
> Priority: P2
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> ParDo core operation load tests for streaming with 4 tests cases that loads
> data from SyntheticSources and runs on Dataflow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)