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/12/02 19:54:00 UTC

[jira] [Work logged] (BEAM-8842) Consistently timing out: BigQueryStreamingInsertTransformIntegrationTests.test_multiple_destinations_transform

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

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

                Author: ASF GitHub Bot
            Created on: 02/Dec/19 19:53
            Start Date: 02/Dec/19 19:53
    Worklog Time Spent: 10m 
      Work Description: udim commented on issue #10253: [BEAM-8842] Disable the correct test
URL: https://github.com/apache/beam/pull/10253#issuecomment-560554494
 
 
   R: @aaltay 
 
----------------------------------------------------------------
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: 352161)
    Time Spent: 1h  (was: 50m)

> Consistently timing out: BigQueryStreamingInsertTransformIntegrationTests.test_multiple_destinations_transform
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-8842
>                 URL: https://issues.apache.org/jira/browse/BEAM-8842
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core, test-failures
>            Reporter: Udi Meiri
>            Assignee: Pablo Estrada
>            Priority: Critical
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {code}
> 07:43:27 test_multiple_destinations_transform (apache_beam.io.gcp.bigquery_test.BigQueryStreamingInsertTransformIntegrationTests) ... ERROR
> 07:43:27 
> 07:43:27 ======================================================================
> 07:43:27 ERROR: test suite for <class 'apache_beam.io.gcp.bigquery_test.BigQueryStreamingInsertTransformIntegrationTests'>
> 07:43:27 ----------------------------------------------------------------------
> 07:43:27 Traceback (most recent call last):
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/multiprocess.py", line 812, in run
> 07:43:27     test(orig)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/suite.py", line 178, in __call__
> 07:43:27     return self.run(*arg, **kw)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/multiprocess.py", line 822, in run
> 07:43:27     test.config.plugins.addError(test,err)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/manager.py", line 99, in __call__
> 07:43:27     return self.call(*arg, **kw)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/manager.py", line 167, in simple
> 07:43:27     result = meth(*arg, **kw)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/xunit.py", line 287, in addError
> 07:43:27     tb = format_exception(err, self.encoding)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/pyversion.py", line 214, in format_exception
> 07:43:27     ''.join(traceback.format_exception(*exc_info)),
> 07:43:27   File "/usr/lib/python3.7/traceback.py", line 121, in format_exception
> 07:43:27     type(value), value, tb, limit=limit).format(chain=chain))
> 07:43:27   File "/usr/lib/python3.7/traceback.py", line 508, in __init__
> 07:43:27     capture_locals=capture_locals)
> 07:43:27   File "/usr/lib/python3.7/traceback.py", line 363, in extract
> 07:43:27     f.line
> 07:43:27   File "/usr/lib/python3.7/traceback.py", line 285, in line
> 07:43:27     self._line = linecache.getline(self.filename, self.lineno).strip()
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/linecache.py", line 16, in getline
> 07:43:27     lines = getlines(filename, module_globals)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/linecache.py", line 47, in getlines
> 07:43:27     return updatecache(filename, module_globals)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/linecache.py", line 136, in updatecache
> 07:43:27     with tokenize.open(fullname) as fp:
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/tokenize.py", line 449, in open
> 07:43:27     encoding, lines = detect_encoding(buffer.readline)
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/tokenize.py", line 418, in detect_encoding
> 07:43:27     first = read_or_stop()
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/tokenize.py", line 376, in read_or_stop
> 07:43:27     return readline()
> 07:43:27   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/nose/plugins/multiprocess.py", line 276, in signalhandler
> 07:43:27     raise TimedOutException()
> 07:43:27 nose.plugins.multiprocess.TimedOutException: '<nose.plugins.multiprocess.NoSharedFixtureContextSuite context=BigQueryStreamingInsertTransformIntegrationTests>'
> {code}
> https://builds.apache.org/job/beam_PostCommit_Python37/1018/console
> https://builds.apache.org/job/beam_PostCommit_Python37/1017/console
> https://builds.apache.org/job/beam_PostCommit_Python37/1012/console
> https://builds.apache.org/job/beam_PostCommit_Python37/1020/console



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