[
https://issues.apache.org/jira/browse/BEAM-8671?focusedWorklogId=356278&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-356278
]
ASF GitHub Bot logged work on BEAM-8671:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Dec/19 15:34
Start Date: 09/Dec/19 15:34
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #10125: [BEAM-8671]
Added ParDo test running on Python 3.7
URL: https://github.com/apache/beam/pull/10125#discussion_r355513901
##########
File path: .test-infra/jenkins/job_LoadTests_ParDo_Python_37.groovy
##########
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import CommonJobProperties as commonJobProperties
+import LoadTestsBuilder as loadTestsBuilder
+import PhraseTriggeringPostCommitBuilder
+
+def now = new Date().format("MMddHHmmss", TimeZone.getTimeZone('UTC'))
+
+def loadTestConfigurations = { datasetName -> [
Review comment:
At some point, we discussed a common place for all load tests configuration.
Such map then could be passed to different files with tests and filtered
according to needs. Do you think having such a centralized config is a good
idea?
We do not have to do that now - let's create a separate Jira ticket and
refactor globally for all tests if that makes sense.
----------------------------------------------------------------
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: 356278)
Time Spent: 3h (was: 2h 50m)
> Migrate Python version to 3.7
> -----------------------------
>
> Key: BEAM-8671
> URL: https://issues.apache.org/jira/browse/BEAM-8671
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Currently, load tests run on Python 2.7. We should migrate to 3.7
--
This message was sent by Atlassian Jira
(v8.3.4#803005)