[
https://issues.apache.org/jira/browse/BEAM-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868711#comment-16868711
]
Mark Liu commented on BEAM-7598:
--------------------------------
Here is the actual reason:
Run script run_integration_test.sh will build tar ball automatically if can't
find it from sdk_location. However, this build process can't be paralleled
since it uses shared temporary workspace. Since DirectRunner tests don't need
tar ball, those test tasks don't depend on `sdist` and the build tar ball will
be triggered during parallel run with py35, py36, py37 suites. That's the
reason flaky happened randomly among direct runner test suites.
https://github.com/apache/beam/pull/8916 should fix it.
> failure in postCommitIT
> -----------------------
>
> Key: BEAM-7598
> URL: https://issues.apache.org/jira/browse/BEAM-7598
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core, testing
> Reporter: Udi Meiri
> Assignee: Mark Liu
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 02:27:21 > Task :sdks:python:test-suites:direct:py35:postCommitIT FAILED
> 02:27:21 setup.py:176: UserWarning: Python 3 support for the Apache Beam SDK
> is not yet fully supported. You may encounter buggy behavior or missing
> features.
> 02:27:21 'Python 3 support for the Apache Beam SDK is not yet fully
> supported. '
> 02:27:21
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python3_Verify_PR/src/build/gradleenv/1398941889/lib/python3.5/site-packages/setuptools/dist.py:472:
> UserWarning: Normalizing '2.14.0.dev' to '2.14.0.dev0'
> 02:27:21 normalized_version,
> 02:27:21 warning: no files found matching 'README.md'
> 02:27:21 warning: no files found matching 'NOTICE'
> 02:27:21 warning: no files found matching 'LICENSE'
> 02:27:21 warning: cmd: standard file not found: should have one of README,
> README.rst, README.txt, README.md
> 02:27:21
> 02:27:21 error: [Errno 2] No such file or directory:
> 'apache-beam-2.14.0.dev0/apache_beam/io/gcp/tests'
> This is from:
> https://builds.apache.org/job/beam_PostCommit_Python3_Verify_PR/409/consoleFull
> Another example:
> https://builds.apache.org/job/beam_PostCommit_Python3_Verify_PR/423/consoleFull
> [~tvalentyn][~markflyhigh]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)