[
https://issues.apache.org/jira/browse/BEAM-7505?focusedWorklogId=415410&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-415410
]
ASF GitHub Bot logged work on BEAM-7505:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/20 09:41
Start Date: 03/Apr/20 09:41
Worklog Time Spent: 10m
Work Description: kamilwu commented on pull request #11236: [BEAM-7505]
Create SideInput Python Jenkins jobs
URL: https://github.com/apache/beam/pull/11236#discussion_r402884968
##########
File path: .test-infra/jenkins/LoadTestConfig.groovy
##########
@@ -182,10 +183,8 @@ class LoadTestConfig implements
SerializableOption<Map<String, Serializable>> {
* @see LoadTestConfig#templateConfig
*/
static Map<String, Serializable> fromTemplate(final LoadTestConfig
templateConfig, final Closure cl = {}) {
- final def newConfig = of(templateConfig)
- delegateAndInvoke(newConfig, cl)
+ final def newConfig = extend(templateConfig, cl)
final def properties = newConfig.propertiesMap
- verifyProperties(properties)
return ConfigHelper.convertProperties(properties)
Review comment:
I am not a big fan of nested function calls. Let's follow the explicit
version.
----------------------------------------------------------------
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: 415410)
Time Spent: 5h 10m (was: 5h)
> Create SideInput Python Load Test Jenkins Job
> ---------------------------------------------
>
> Key: BEAM-7505
> URL: https://issues.apache.org/jira/browse/BEAM-7505
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kasia Kucharczyk
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)