Skip to content
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

Skip recursion test on PyPy #1987

Merged
merged 2 commits into from
Jan 29, 2023
Merged

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Jan 29, 2023

Description

Followup to #1984 (comment) and #1986

Skip recursion test on PyPy, since it can sometimes raise a RecursionError when run with coverage enabled.

@cdce8p cdce8p added this to the 2.13.4 milestone Jan 29, 2023
@cdce8p cdce8p added Bug 🪳 and removed Bug 🪳 labels Jan 29, 2023
@codecov
Copy link

codecov bot commented Jan 29, 2023

Codecov Report

Merging #1987 (8f396f2) into main (68bf7d5) will decrease coverage by 0.12%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1987      +/-   ##
==========================================
- Coverage   92.64%   92.53%   -0.12%     
==========================================
  Files          94       94              
  Lines       10894    10891       -3     
==========================================
- Hits        10093    10078      -15     
- Misses        801      813      +12     
Flag Coverage Δ
linux 92.44% <ø> (+<0.01%) ⬆️
pypy ?
windows 92.36% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
astroid/_ast.py 94.73% <0.00%> (-3.51%) ⬇️
astroid/modutils.py 85.28% <0.00%> (-1.51%) ⬇️
astroid/rebuilder.py 96.92% <0.00%> (-1.03%) ⬇️
astroid/__init__.py 100.00% <0.00%> (ø)

@cdce8p
Copy link
Member Author

cdce8p commented Jan 29, 2023

This seems to resolve the issue. All 5 successive CI runs finished without failure.
https://github.com/PyCQA/astroid/actions/runs/4037924870/jobs/6942032716

tests/unittest_inference.py Outdated Show resolved Hide resolved
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
@DanielNoord DanielNoord enabled auto-merge (squash) January 29, 2023 19:33
@DanielNoord DanielNoord merged commit c1e4c95 into pylint-dev:main Jan 29, 2023
github-actions bot pushed a commit that referenced this pull request Jan 29, 2023
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
(cherry picked from commit c1e4c95)
Pierre-Sassoulas pushed a commit that referenced this pull request Jan 29, 2023
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
(cherry picked from commit c1e4c95)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
@cdce8p cdce8p deleted the skip-recursion-test branch January 29, 2023 20:37
@cdce8p cdce8p added the backported Assigned once the backport is done label Jan 31, 2023
@cdce8p cdce8p modified the milestone: 2.13.4 Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported Assigned once the backport is done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants