[
https://issues.apache.org/jira/browse/BEAM-7005?focusedWorklogId=225505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-225505
]
ASF GitHub Bot logged work on BEAM-7005:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/19 11:38
Start Date: 10/Apr/19 11:38
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #8247: [BEAM-7005]
Added a set of Jenkins load tests with GBK for Java in streaming mode
URL: https://github.com/apache/beam/pull/8247#discussion_r273914065
##########
File path: .test-infra/jenkins/job_LoadTests_Java.groovy
##########
@@ -203,6 +203,201 @@ def loadTestConfigurations = [
numWorkers : 5,
autoscalingAlgorithm: "NONE"
]
+ ],
+ [
Review comment:
If we add new elements to `loadTestConfiguration` we will still have 1
Jenkins job but 2x more steps in it. I belive we need separate
`loadTestConfigurations` for both batch job and streaming job. Could you modify
this accordingly?
Also, as we discussed offline, the `loadTestConfiguration` could be a
"template" for the options that could further be parametrized in jobs. This
will prevent repeating too much code.
----------------------------------------------------------------
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: 225505)
Time Spent: 40m (was: 0.5h)
> Create GroupByKey streaming load test job for Java SDK
> ------------------------------------------------------
>
> Key: BEAM-7005
> URL: https://issues.apache.org/jira/browse/BEAM-7005
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)