Skip to content

CI: use pytest-timeout to avoid windows timeouts #44814

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

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

Broken off from #44429, where I haven't seen any of the windows timeouts over quite a few runs.

@@ -13,6 +13,10 @@
import pandas as pd
import pandas._testing as tm

# Troubleshooting build failures on Windows that tentatively look like
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bet is this file as well.

The threading.Thread and http.server.HTTPServer can both lock I think.

I am attempting to convert this to a process we can terminate instead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. if you have a better solution on deck, should we close this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably best to keep it open to hopefully prove it was this file with a couple of CI passes.

Still trying to evaluate if a process is any better.

@jreback jreback added this to the 1.4 milestone Dec 8, 2021
@jreback jreback added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Dec 8, 2021
@jreback jreback merged commit 8f052de into pandas-dev:master Dec 8, 2021
@jreback
Copy link
Contributor

jreback commented Dec 8, 2021

thanks, good to have in any event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants