Skip to content

TST: Avoid stack overflow on Windows CI with recursion test #46345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2022

Conversation

mroeschke
Copy link
Member

Trying to avoid this outcome: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=75264&view=logs&jobId=f64eb602-b0ed-5dcc-0a60-a7288ad39597&j=f64eb602-b0ed-5dcc-0a60-a7288ad39597&t=129bd72d-2137-55bd-1811-c4ce50c6dce8

.......................Windows fatal exception: stack overflow
Thread 0x0000148c (most recent call first):
  File "C:\Miniconda\envs\pandas-dev\lib\site-packages\execnet\gateway_base.py", line 400 in read
  File "C:\Miniconda\envs\pandas-dev\lib\site-packages\execnet\gateway_base.py", line 432 in from_io
  File "C:\Miniconda\envs\pandas-dev\lib\site-packages\execnet\gateway_base.py", line 967 in _thread_receiver
  File "C:\Miniconda\envs\pandas-dev\lib\site-packages\execnet\gateway_base.py", line 220 in run
  File "C:\Miniconda\envs\pandas-dev\lib\site-packages\execnet\gateway_base.py", line 285 in _perform_spawn

Current thread 0x00000750 (most recent call first):
  File "D:\a\1\s\pandas\tests\dtypes\test_inference.py", line 206 in foo

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Mar 12, 2022
@jreback jreback added this to the 1.5 milestone Mar 12, 2022
@mroeschke mroeschke merged commit 48d5159 into pandas-dev:main Mar 13, 2022
@mroeschke mroeschke deleted the tst/recursion branch March 13, 2022 00:20
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants