[
https://issues.apache.org/jira/browse/BEAM-5319?focusedWorklogId=147252&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-147252
]
ASF GitHub Bot logged work on BEAM-5319:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Sep/18 18:50
Start Date: 24/Sep/18 18:50
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_r219948732
##########
File path: sdks/python/apache_beam/runners/portability/stager_test.py
##########
@@ -222,6 +223,8 @@ def test_with_requirements_file_and_cache(self):
self.assertTrue(os.path.isfile(os.path.join(staging_dir, 'abc.txt')))
self.assertTrue(os.path.isfile(os.path.join(staging_dir, 'def.txt')))
+ @unittest.skipIf(sys.version_info[0] == 3, 'This test still needs to be '
+ 'fixed on Python 3')
Review comment:
This test does not fail on its own or when only running the runners tests.
It only fails when running the full test suite, so it seems like there is a
conflict with another test.
----------------------------------------------------------------
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: 147252)
Time Spent: 1h 20m (was: 1h 10m)
> 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: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)