[ 
https://issues.apache.org/jira/browse/BEAM-11540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Valentyn Tymofieiev updated BEAM-11540:
---------------------------------------
    Description: 
Symptoms:

tox -e py37-lint 

shows recursion errors:

{noformat}
RecursionError: maximum recursion depth exceeded while calling a Python object
internal error with sending report for module 
['apache_beam/dataframe/frames.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/frame_base_test.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/convert_test.py']
maximum recursion depth exceeded while calling a Python object
internal error with sending report for module 
['apache_beam/dataframe/partitionings.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/schemas.py']
maximum recursion depth exceeded while calling a Python object
{noformat}

and sometimes (50% of the time?) fails with:

{noformat}
RecursionError: maximum recursion depth exceeded while calling a Python object
************* Module apache_beam.dataframe.frames_test
apache_beam/dataframe/frames_test.py:1:0: F0002: <class 'RecursionError'>: 
maximum recursion depth exceeded while calling a Python object (astroid-error)
{noformat}


  was:
Symptoms:

tox -e py37-lint 

shows recursion errors:

RecursionError: maximum recursion depth exceeded while calling a Python object
internal error with sending report for module 
['apache_beam/dataframe/frames.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/frame_base_test.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/convert_test.py']
maximum recursion depth exceeded while calling a Python object
internal error with sending report for module 
['apache_beam/dataframe/partitionings.py']
maximum recursion depth exceeded
internal error with sending report for module 
['apache_beam/dataframe/schemas.py']
maximum recursion depth exceeded while calling a Python object

and sometimes (50% of the time?) fails with:

RecursionError: maximum recursion depth exceeded while calling a Python object
************* Module apache_beam.dataframe.frames_test
apache_beam/dataframe/frames_test.py:1:0: F0002: <class 'RecursionError'>: 
maximum recursion depth exceeded while calling a Python object (astroid-error)




> Linter sometimes flakes on apache_beam.dataframe.frames_test
> ------------------------------------------------------------
>
>                 Key: BEAM-11540
>                 URL: https://issues.apache.org/jira/browse/BEAM-11540
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Valentyn Tymofieiev
>            Assignee: Brian Hulette
>            Priority: P1
>
> Symptoms:
> tox -e py37-lint 
> shows recursion errors:
> {noformat}
> RecursionError: maximum recursion depth exceeded while calling a Python object
> internal error with sending report for module 
> ['apache_beam/dataframe/frames.py']
> maximum recursion depth exceeded
> internal error with sending report for module 
> ['apache_beam/dataframe/frame_base_test.py']
> maximum recursion depth exceeded
> internal error with sending report for module 
> ['apache_beam/dataframe/convert_test.py']
> maximum recursion depth exceeded while calling a Python object
> internal error with sending report for module 
> ['apache_beam/dataframe/partitionings.py']
> maximum recursion depth exceeded
> internal error with sending report for module 
> ['apache_beam/dataframe/schemas.py']
> maximum recursion depth exceeded while calling a Python object
> {noformat}
> and sometimes (50% of the time?) fails with:
> {noformat}
> RecursionError: maximum recursion depth exceeded while calling a Python object
> ************* Module apache_beam.dataframe.frames_test
> apache_beam/dataframe/frames_test.py:1:0: F0002: <class 'RecursionError'>: 
> maximum recursion depth exceeded while calling a Python object (astroid-error)
> {noformat}



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

Reply via email to