[
https://issues.apache.org/jira/browse/BEAM-9980?focusedWorklogId=468149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-468149
]
ASF GitHub Bot logged work on BEAM-9980:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/20 02:21
Start Date: 08/Aug/20 02:21
Worklog Time Spent: 10m
Work Description: lazylynx commented on a change in pull request #12239:
URL: https://github.com/apache/beam/pull/12239#discussion_r467349765
##########
File path: build.gradle
##########
@@ -248,9 +247,9 @@ task pythonFormatterPreCommit() {
task python2PostCommit() {
dependsOn
":sdks:python:test-suites:portable:py2:crossLanguagePythonJavaKafkaIOFlink"
- dependsOn ":sdks:python:test-suites:portable:py2:crossLanguageTests"
+ dependsOn ":sdks:python:test-suites:portable:crossLanguageTests"
Review comment:
restored crossLanguageTests and directRunnerIT to py2 only.
----------------------------------------------------------------
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: 468149)
Time Spent: 3h 10m (was: 3h)
> 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: 3h 10m
> 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)