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

test_heal is flaky #2173

Closed
germa89 opened this issue Jul 7, 2023 · 2 comments · Fixed by #2176 or #2277
Closed

test_heal is flaky #2173

germa89 opened this issue Jul 7, 2023 · 2 comments · Fixed by #2176 or #2277
Assignees
Labels
CI/CD Related with CICD, Github Actions, etc

Comments

@germa89
Copy link
Collaborator

germa89 commented Jul 7, 2023

Log:

=================================== FAILURES ===================================
__________________________________ test_heal ___________________________________

pool = MAPDL Pool with 3 active instances

    @skip_if_not_local
    def test_heal(pool):
        pool_sz = len(pool)
>       pool[0].exit()
E       AttributeError: 'NoneType' object has no attribute 'exit'

tests/test_pool.py:68: AttributeError
---------------------------- Captured stderr setup -----------------------------
@germa89
Copy link
Collaborator Author

germa89 commented Jul 7, 2023

probably we should implement something on the pool __getitem__ method so we do check if it is None or not.

@germa89 germa89 added BUG CI/CD Related with CICD, Github Actions, etc labels Jul 7, 2023
@germa89 germa89 self-assigned this Jul 10, 2023
@germa89 germa89 reopened this Aug 16, 2023
@germa89
Copy link
Collaborator Author

germa89 commented Aug 16, 2023

Again I'm starting to see this test and test_empty_mesh failing a lot.

https://github.com/ansys/pymapdl/actions/runs/5878340721/job/15940214006?pr=2207#step:10:1965

GitHub
Pythonic interface to MAPDL. Contribute to ansys/pymapdl development by creating an account on GitHub.

@germa89 germa89 mentioned this issue Oct 19, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related with CICD, Github Actions, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants