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

CI: Azure timeout debug #45547

Closed
wants to merge 5 commits into from
Closed

Conversation

mroeschke
Copy link
Member

Parallel troubleshooting with #45507 (comment)

@mroeschke mroeschke mentioned this pull request Jan 22, 2022
4 tasks
@@ -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]*"
Copy link
Member

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?

@mroeschke
Copy link
Member Author

mroeschke commented Jan 22, 2022

Possibly a candidate for the hanging behavior: #45389

Maybe the os.unlink(fname) call?

@mroeschke
Copy link
Member Author

Yeah from the logs maybe the teardown step is hanging?

2022-01-22T17:25:12.8017367Z [gw0] PASSED pandas/tests/io/parser/test_unsupported.py::test_close_file_handle_on_invalide_usecols[python] 
2022-01-22T18:34:32.0699589Z ##[error]The operation was canceled.

@jbrockmendel
Copy link
Member

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.

@jreback
Copy link
Contributor

jreback commented Jan 23, 2022

@mroeschke still needed?

@jreback jreback added the CI Continuous Integration label Jan 23, 2022
@mroeschke mroeschke closed this Jan 23, 2022
@mroeschke mroeschke deleted the ci/azure_debug branch January 23, 2022 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants