You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Udi Meiri (Jira)" <ji...@apache.org> on 2019/10/22 23:36:00 UTC

[jira] [Commented] (BEAM-3922) beam_PostCommit_Python_Verify is broken

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

Udi Meiri commented on BEAM-3922:
---------------------------------

Should this issue be closed?

> beam_PostCommit_Python_Verify is broken
> ---------------------------------------
>
>                 Key: BEAM-3922
>                 URL: https://issues.apache.org/jira/browse/BEAM-3922
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Mark Liu
>            Priority: Major
>
> Jenkins 
>  [beam_PostCommit_Python_Verify|https://builds.apache.org/job/beam_PostCommit_Python_Verify/] is broken since Mar 21. 
> From the [console log|https://builds.apache.org/job/beam_PostCommit_Python_Verify/4490/consoleFull]:
> {code}
> ======================================================================
> ERROR: test_wordcount_it (apache_beam.examples.wordcount_it_test.WordCountIT)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/.eggs/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py", line 812, in run
>     test(orig)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/.eggs/nose-1.3.7-py2.7.egg/nose/case.py", line 45, in __call__
>     return self.run(*arg, **kwarg)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/.eggs/nose-1.3.7-py2.7.egg/nose/case.py", line 133, in run
>     self.runTest(result)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/.eggs/nose-1.3.7-py2.7.egg/nose/case.py", line 151, in runTest
>     test(result)
>   File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
>     return self.run(*args, **kwds)
>   File "/usr/lib/python2.7/unittest/case.py", line 331, in run
>     testMethod()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/examples/wordcount_it_test.py", line 66, in test_wordcount_it
>     wordcount.run(test_pipeline.get_full_options_as_args(**extra_opts))
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/examples/wordcount.py", line 115, in run
>     result = p.run()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/pipeline.py", line 389, in run
>     self.to_runner_api(), self.runner, self._options).run(False)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/pipeline.py", line 402, in run
>     return self.runner.run_pipeline(self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py", line 57, in run_pipeline
>     self.result.wait_until_finish()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py", line 1071, in wait_until_finish
>     time.sleep(5.0)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/.eggs/nose-1.3.7-py2.7.egg/nose/plugins/multiprocess.py", line 276, in signalhandler
>     raise TimedOutException()
> TimedOutException: 'test_wordcount_it (apache_beam.examples.wordcount_it_test.WordCountIT)'
> {code}
> Looks like wordcount pipeline didn't finish after 900s (set from command --process-timeout=900) and test failed in timeout. Generally this test should finish in 10min, so probably something wrong in the pipeline.
> One failure pipeline link (found in console log):
> https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2018-03-23_08_28_06-8460792149394878073?project=apache-beam-testing



--
This message was sent by Atlassian Jira
(v8.3.4#803005)