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

pytest is hanging at end of (successful) run on farm #3227

Open
ctb opened this issue Jun 29, 2024 · 2 comments
Open

pytest is hanging at end of (successful) run on farm #3227

ctb opened this issue Jun 29, 2024 · 2 comments

Comments

@ctb
Copy link
Contributor

ctb commented Jun 29, 2024

when run as part of the release procedure

@ctb
Copy link
Contributor Author

ctb commented Jun 29, 2024

  • on farm head node, not on my laptop
  • easy to replicate - just follow release procedure install 😆
  • no CPU usage, just hangs

happens just after this:

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
==== 2902 passed, 3 skipped, 2 xfailed, 1386 warnings in 132.65s (0:02:12) =====

presumably it's an errant thread/process join from pytest multiprocessing?

more debug

% pip list | grep -i test
pytest                        8.2.2
pytest-cov                    5.0.0
pytest-xdist                  3.6.1

@ctb
Copy link
Contributor Author

ctb commented Jun 29, 2024

these are the latest versions of pytest and pytest-xdist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant