-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
S3 parquet failures on Travis #22934
Comments
Anyone able to reproduce this locally? This has failed twice on #22932, but I can't get a failure locally with what should be the same environment. |
I've gotten this error a number of times recently, always on CI. Honestly, I solve it by |
Right, there's some randomness to the failures. We shouldn't be making a real HTTP request though. moto should be mocking HTTP requests at this point. |
Seems like quite a few PRs right now are experiencing this issue: Possibly helpful: |
Updated the original post with some details now that we've pinned moto. Again, if anyone is able to reproduce the pandas failure locally with newer motos, let me know. |
Not sure this is related to the issues in the OP, but the title certainly fits the bill. In #22225 and #23192, I've had persistent a For example in https://travis-ci.org/pandas-dev/pandas/jobs/453820311 or https://travis-ci.org/pandas-dev/pandas/jobs/453822449:
and
There's also a
I've narrowed the ResourceWarning down to the parquet-s3 tests, but couldn't figure out a way to fix it despite many tries. (BTW, running moto 1.3.6 locally) |
It looks like |
edit: We've pinned to moto 1.3.4 for now. That seems to avoid the issues. Assuming that it's an issue with moto (which hasn't been verified), the remaining TODOs here are
https://travis-ci.org/pandas-dev/pandas/jobs/435861714#L2506
Debugging now.
The text was updated successfully, but these errors were encountered: