[
https://issues.apache.org/jira/browse/BEAM-8671?focusedWorklogId=358712&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-358712
]
ASF GitHub Bot logged work on BEAM-8671:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Dec/19 14:22
Start Date: 12/Dec/19 14:22
Worklog Time Spent: 10m
Work Description: kamilwu commented on issue #10125: [BEAM-8671] Added
ParDo test running on Python 3.7
URL: https://github.com/apache/beam/pull/10125#issuecomment-565026848
> Can we include Dataflow Job ID in console output?
We can change the logging level to INFO. In that case we would see Dataflow
Job ID included in the output.
I'm currently working on another issue
(https://issues.apache.org/jira/browse/BEAM-8951) to stop using nose in Python
load tests. I think it's a good occasion to check what we include in the output
and make changes if necessary. WDYT?
> Do we overwrite the job name or use a default name (beamapp-...)?
Yes. Every test has custom job name assigned. Names are randomized using
current date. For example:
https://github.com/apache/beam/blob/97a3f922b1f2e070177a4046cce6178c74b95a1b/.test-infra/jenkins/job_LoadTests_ParDo_Python_37.groovy#L31
In
----------------------------------------------------------------
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: 358712)
Time Spent: 7h 40m (was: 7.5h)
> 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: 7h 40m
> 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)