[
https://issues.apache.org/jira/browse/BEAM-9980?focusedWorklogId=463327&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463327
]
ASF GitHub Bot logged work on BEAM-9980:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jul/20 10:05
Start Date: 26/Jul/20 10:05
Worklog Time Spent: 10m
Work Description: lazylynx commented on a change in pull request #12239:
URL: https://github.com/apache/beam/pull/12239#discussion_r460507051
##########
File path: build.gradle
##########
@@ -243,13 +241,16 @@ task pythonFormatterPreCommit() {
dependsOn 'sdks:python:test-suites:tox:py38:formatter'
}
+task pythonPostCommit() {
Review comment:
This task `pythonPostCommit` aims to trigger tasks whose python versions
defined in gradle.properties, which should not to be triggered by PostCommit
tasks with versions like `python2PostCommit`.
We must reconsider this task configuration when introducing high/low
priority.
Did I answer your comment?
----------------------------------------------------------------
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: 463327)
Time Spent: 1h 20m (was: 1h 10m)
> Specific Python version tied tests are to be version-selective
> --------------------------------------------------------------
>
> Key: BEAM-9980
> URL: https://issues.apache.org/jira/browse/BEAM-9980
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: yoshiki obata
> Assignee: yoshiki obata
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> We have some tests that we run only under specific Python versions,
> - FlinkValidatesRunner test runs using Python 3.5
> - HDFS Python 3 tests are running only with Python 3.7
> - Cross-language Py3 tests for Spark are running under Python 3.5
> etc...
> Python versions to run them under need to be switchable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)