You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mark Liu (JIRA)" <ji...@apache.org> on 2017/08/11 21:31:00 UTC

[jira] [Commented] (BEAM-2755) Wordcount it test fail

    [ https://issues.apache.org/jira/browse/BEAM-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124110#comment-16124110 ] 

Mark Liu commented on BEAM-2755:
--------------------------------

This build run against my PR (https://github.com/apache/beam/pull/3688), not master branch. The error is fixed in the PR and that PR already merged.

We can mark this JIRA as fixed.

> Wordcount it test fail
> ----------------------
>
>                 Key: BEAM-2755
>                 URL: https://issues.apache.org/jira/browse/BEAM-2755
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Assignee: Mark Liu
>
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Python_Verify/2886/console failed with the error below. It might be a flake, or an error in test_utils:
> Delete operation failed with exceptions {'*': IOError(OSError(2, 'No such file or directory'),), '-': IOError(OSError(2, 'No such file or directory'),), '/': IOError(OSError(13, 'Permission denied'),), '1': IOError(OSError(2, 'No such file or directory'),), '0': IOError(OSError(2, 'No such file or directory'),), '3': IOError(OSError(2, 'No such file or directory'),), '2': IOError(OSError(2, 'No such file or directory'),), '5': IOError(OSError(2, 'No such file or directory'),), ':': IOError(OSError(2, 'No such file or directory'),), 'a': IOError(OSError(2, 'No such file or directory'),), 'c': IOError(OSError(2, 'No such file or directory'),), 'e': IOError(OSError(2, 'No such file or directory'),), 'd': IOError(OSError(2, 'No such file or directory'),), 'g': IOError(OSError(2, 'No such file or directory'),), 'f': IOError(OSError(2, 'No such file or directory'),), 'i': IOError(OSError(2, 'No such file or directory'),), 'm': IOError(OSError(2, 'No such file or directory'),), 'l': IOError(OSError(2, 'No such file or directory'),), 'o': IOError(OSError(2, 'No such file or directory'),), 'n': IOError(OSError(2, 'No such file or directory'),), 'p': IOError(OSError(2, 'No such file or directory'),), 's': IOError(OSError(2, 'No such file or directory'),), 'r': IOError(OSError(2, 'No such file or directory'),), 'u': IOError(OSError(2, 'No such file or directory'),), 't': IOError(OSError(2, 'No such file or directory'),), 'y': IOError(OSError(2, 'No such file or directory'),)}
>  Traceback for above exception (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/retry.py", line 175, in wrapper
>     return fun(*args, **kwargs)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/testing/test_utils.py", line 91, in delete_files
>     FileSystems.delete(file_paths)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/io/filesystems.py", line 224, in delete
>     return filesystem.delete(paths)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/io/localfilesystem.py", line 267, in delete
>     raise BeamIOError("Delete operation failed", exceptions)
> Mark, could you take a look at this?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)