sourmash icon indicating copy to clipboard operation
sourmash copied to clipboard

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

Open ctb opened this issue 1 year ago • 2 comments
trafficstars

when run as part of the release procedure

ctb avatar Jun 29 '24 18:06 ctb

  • 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 avatar Jun 29 '24 18:06 ctb

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

ctb avatar Jun 29 '24 18:06 ctb

no longer happening & not reproducible. 🤷

ctb avatar Jun 14 '25 14:06 ctb