[
https://issues.apache.org/jira/browse/BEAM-7675?focusedWorklogId=284554&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-284554
]
ASF GitHub Bot logged work on BEAM-7675:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jul/19 21:29
Start Date: 29/Jul/19 21:29
Worklog Time Spent: 10m
Work Description: markflyhigh commented on issue #9183: [BEAM-7675] Unify
Gradle test configuration across Py2 and Py3
URL: https://github.com/apache/beam/pull/9183#issuecomment-516169923
Following affected Jenkins tests are passing:
- [Java
PreCommit](https://builds.apache.org/job/beam_PreCommit_Java_Commit/6929/)
-
[Java_Examples_Dataflow](https://builds.apache.org/job/beam_PreCommit_Java_Examples_Dataflow_Commit/3966/)
- [Python
PreCommit](https://builds.apache.org/job/beam_PreCommit_Python_Commit/7713/)
- [Python 2
PostCommit](https://builds.apache.org/job/beam_PostCommit_Python2_PR/40/)
- [Python SDK Performance
Test](https://builds.apache.org/job/beam_PerformanceTests_WordCountIT_Py27/305/)
- [Python MongoDBIO Integration
Test](https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT_PR/5/)
- [Python_PVR_Flink
PreCommit](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Phrase/86/)
Python Spark ValidatesRunner Tests is broken for a while due to dependency
upgrade (Numpy 1.17.0 requires python3.5 and above). I may not be able to fix
it in this PR.
I'll go ahead and quick fix Portable_Python PreCommit.
----------------------------------------------------------------
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: 284554)
Time Spent: 1.5h (was: 1h 20m)
> Unify test suite configuration structure across Py2 and Py 3 suites
> -------------------------------------------------------------------
>
> Key: BEAM-7675
> URL: https://issues.apache.org/jira/browse/BEAM-7675
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Valentyn Tymofieiev
> Assignee: Mark Liu
> Priority: Major
> Fix For: 2.16.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Currently most of Py27 test suites are defined in
> https://github.com/apache/beam/blob/master/sdks/python/build.gradle while
> Python 3.x suites are defined in runner-specific folders, for example
> https://github.com/apache/beam/blob/master/sdks/python/test-suites/direct/py35/build.gradle.
>
>
> This may cause confusion (where to add a new suite) and divergence of tests
> suites, for example Direct runner postcommit suites on Python 2 and Python 3
> are defined inconsistently https://issues.apache.org/jira/browse/BEAM-7674
> We should unify test structure to avoid confusion and consider reducing
> duplication of Gradle code if/when it makes sense to do so.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)