[
https://issues.apache.org/jira/browse/BEAM-5319?focusedWorklogId=146907&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-146907
]
ASF GitHub Bot logged work on BEAM-5319:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Sep/18 17:26
Start Date: 23/Sep/18 17:26
Worklog Time Spent: 10m
Work Description: RobbeSneyders commented on a change in pull request
#6451: [BEAM-5319] Partially port runners
URL: https://github.com/apache/beam/pull/6451#discussion_r219705561
##########
File path: sdks/python/apache_beam/runners/worker/opcounters_test.py
##########
@@ -160,6 +161,8 @@ def test_update_multiple(self):
total_size += coder.estimate_size(value)
self.verify_counters(opcounts, 3, (float(total_size) / 3))
+ @unittest.skipIf(sys.version_info[0] == 3, 'This test still needs to be '
Review comment:
This test fails with seed 1717, but not with 1718, so the results don't seem
consistent.
However, the random generation is consistent for the same integer seed
between Python 2 and 3. So python 3 does seem to have an effect on the tested
path.
----------------------------------------------------------------
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: 146907)
Time Spent: 50m (was: 40m)
> Finish Python 3 porting for runners module
> ------------------------------------------
>
> Key: BEAM-5319
> URL: https://issues.apache.org/jira/browse/BEAM-5319
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Robbe
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)