-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CI: Azure timeout debug #45547
CI: Azure timeout debug #45547
Conversation
@@ -47,7 +48,7 @@ jobs: | |||
ENV_FILE: ci/deps/azure-windows-310.yaml | |||
CONDA_PY: "310" | |||
PATTERN: "not slow and not high_memory" | |||
PYTEST_WORKERS: 2 # GH-42236 | |||
PYTEST_WORKERS: 1 # GH-42236 | |||
PYTEST_TARGET: "pandas/tests/[i-z]*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could also do a -v
for these?
Possibly a candidate for the hanging behavior: #45389 Maybe the |
Yeah from the logs maybe the teardown step is hanging?
|
yah in the other PR i short-circuited the pyarrow case and it got past this OK, but now looks like its hanging on a totally unrelated offsets test. |
@mroeschke still needed? |
Parallel troubleshooting with #45507 (comment)