You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/13 15:33:00 UTC

[jira] [Work logged] (BEAM-6569) GCS IO tests are very flaky under Python 3.5

     [ https://issues.apache.org/jira/browse/BEAM-6569?focusedWorklogId=227163&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-227163 ]

ASF GitHub Bot logged work on BEAM-6569:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Apr/19 15:32
            Start Date: 13/Apr/19 15:32
    Worklog Time Spent: 10m 
      Work Description: stale[bot] commented on issue #7717: [BEAM-6569] Re-add gcsio_test to py3-gcp test suite
URL: https://github.com/apache/beam/pull/7717#issuecomment-482822076
 
 
   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 227163)
    Time Spent: 3.5h  (was: 3h 20m)

> GCS IO tests are very flaky under Python 3.5
> --------------------------------------------
>
>                 Key: BEAM-6569
>                 URL: https://issues.apache.org/jira/browse/BEAM-6569
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Valentyn Tymofieiev
>            Assignee: Juta Staes
>            Priority: Major
>              Labels: triaged
>             Fix For: Not applicable
>
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> cc: [~Juta] [~markflyhigh] [~RobbeSneyders] 
> Example:
> {noformat}
> apache_beam.io.gcp.gcsio_test.TestGCSIO.test_rename (from nosetests)
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/apache_beam/utils/retry.py", line 184, in wrapper
>     return fun(*args, **kwargs)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/apache_beam/io/gcp/gcsio.py", line 274, in copy
>     response.totalBytesRewritten, response.objectSize, src, dest)
>   File "/usr/lib/python3.5/logging/__init__.py", line 1848, in debug
>     root.debug(msg, *args, **kwargs)
>   File "/usr/lib/python3.5/logging/__init__.py", line 1267, in debug
>     self._log(DEBUG, msg, args, **kwargs)
>   File "/usr/lib/python3.5/logging/__init__.py", line 1414, in _log
>     exc_info, func, extra, sinfo)
>   File "/usr/lib/python3.5/logging/__init__.py", line 1384, in makeRecord
>     sinfo)
>   File "/usr/lib/python3.5/logging/__init__.py", line 248, in __init__
>     ct = time.time()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/target/.tox/py3-gcp/lib/python3.5/site-packages/mock/mock.py", line 1062, in __call__
>     return _mock_self._mock_call(*args, **kwargs)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/target/.tox/py3-gcp/lib/python3.5/site-packages/mock/mock.py", line 1121, in _mock_call
>     result = next(effect)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)