[
https://issues.apache.org/jira/browse/BEAM-5315?focusedWorklogId=152203&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-152203
]
ASF GitHub Bot logged work on BEAM-5315:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Oct/18 11:28
Start Date: 08/Oct/18 11:28
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_r223330212
##########
File path: sdks/python/apache_beam/io/source_test_utils_test.py
##########
@@ -115,6 +131,9 @@ def test_split_at_fraction_binary(self):
self.assertTrue(stats.successful_fractions)
self.assertTrue(stats.non_trivial_fractions)
+ @unittest.skipIf(sys.version_info[0] == 3, 'This test still needs to be '
Review comment:
Using the new env var I was able to verify this, and this is in fact a
highly recurring error. Only this particular error has the Jira code.
----------------------------------------------------------------
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: 152203)
Time Spent: 2.5h (was: 2h 20m)
> 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: 2.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)