[
https://issues.apache.org/jira/browse/BEAM-7505?focusedWorklogId=420584&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-420584
]
ASF GitHub Bot logged work on BEAM-7505:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/20 23:01
Start Date: 10/Apr/20 23:01
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #11236: [BEAM-7505]
Create SideInput Python Jenkins jobs
URL: https://github.com/apache/beam/pull/11236#discussion_r406949975
##########
File path: .test-infra/jenkins/LoadTestsBuilder.groovy
##########
@@ -54,6 +54,16 @@ class LoadTestsBuilder {
}.join(' ')
}
+ static String parseOptions(Map<String, ?> options, SDK sdk) {
+ normalizeOptions(parseOptions(options), sdk)
+ }
+
+ static String normalizeOptions(String options, SDK sdk) {
+ if (sdk == SDK.PYTHON_37 || sdk == SDK.PYTHON) {
+ options.replace('--streaming=false', '').replace('--streaming=true',
'--streaming')
Review comment:
In Beam Java, you should be able to have `--streaming` and `` instead of
having --streaming=true and --streaming=false so you would be able remove the
normalizeOptions.
----------------------------------------------------------------
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: 420584)
Time Spent: 6h 20m (was: 6h 10m)
> 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: 6h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)