[
https://issues.apache.org/jira/browse/BEAM-8481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16983956#comment-16983956
]
Udi Meiri commented on BEAM-8481:
---------------------------------
Looking at the traceback, it says:
{code}
I 2019-11-26T20:08:04.683754Z File
"/usr/local/lib/python3.7/site-packages/apache_beam/portability/api/beam_runner_api_pb2.py",
line 16, in <module>
I 2019-11-26T20:08:04.683774Z import endpoints_pb2 as endpoints__pb2
I 2019-11-26T20:08:04.683784Z ModuleNotFoundError: No module named
'endpoints_pb2'
{code}
however, the version generated on my workstation has an absolute import style:
{code}
from . import endpoints_pb2 as endpoints__pb2
{code}
> Python 3.7 Postcommit test -- frequent timeouts
> -----------------------------------------------
>
> Key: BEAM-8481
> URL: https://issues.apache.org/jira/browse/BEAM-8481
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Ahmet Altay
> Assignee: Valentyn Tymofieiev
> Priority: Critical
> Time Spent: 50m
> Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_PostCommit_Python37/] – this suite
> seemingly frequently timing out. Other suites are not affected by these
> timeouts. From the history, the issues started before Oct 10 and we cannot
> pinpoint because history is lost.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)