[
https://issues.apache.org/jira/browse/BEAM-5315?focusedWorklogId=152600&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-152600
]
ASF GitHub Bot logged work on BEAM-5315:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Oct/18 09:14
Start Date: 09/Oct/18 09:14
Worklog Time Spent: 10m
Work Description: splovyt commented on a change in pull request #6590:
[BEAM-5315] Partially port io
URL: https://github.com/apache/beam/pull/6590#discussion_r223619025
##########
File path: sdks/python/apache_beam/io/source_test_utils_test.py
##########
@@ -47,12 +48,18 @@ def _create_source(self, data):
for bundle in source.split(float('inf')):
return bundle.source
+ @unittest.skipIf(os.environ.get('RUN_SKIPPED_PY3_TESTS') != '1',
+ 'This test still needs to be fixed on Python 3'
+ 'TODO: BEAM-5627')
Review comment:
I believe they have a similar origin, yes. I saw that someone is assigned to
this issue, so let's merge this PR so that the assignee can take a look.
@tvalentyn PTAL at my updated commit
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 152600)
Time Spent: 3h (was: 2h 50m)
> Finish Python 3 porting for io module
> -------------------------------------
>
> Key: BEAM-5315
> URL: https://issues.apache.org/jira/browse/BEAM-5315
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Simon
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)