-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
pex_test.py
can timeout/hang
#16927
Comments
Yeah, pretty sure it's hanging, not slow, because running it locally takes just a couple of minutes. |
Drafted here: #16928 ... will land if it doesn't hit some other timeout in the same file instead. |
It doesn't look like that was it:
|
If you haven't tried yet, running with |
Doesn't repro locally... finishes in a minute or two. But I haven't yet tried to repro without caches. |
Ooh: if you repro locally, I'm very curious what you're seeing in stack traces via |
pex_test.py
occasionally takes much longer than its (recently increased) 10 minute timeout. Example: https://github.com/pantsbuild/pants/actions/runs/3087423728/jobs/5001705069In at least two of the runs that I've seen, it seems to have timed out relatively early in its run, suggesting that it might actually be hanging in some cases, rather than just running slowly:
The text was updated successfully, but these errors were encountered: