-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Unreliable Tests write to S3 #39155
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
Comments
The test is failing since s3fs got upgraded to 0.5.2 in our pipelines. On master this was first the case for 396131a. The commits before that had 0.4.2. I don't know why this happend yesterday since the packages seems to be up on conda forge for a month (https://anaconda.org/conda-forge/s3fs/files) but installing a new environment and downgrading s3fs to 0.4.2 locally causes the test to pass while it fails with 0.5.2 |
I am removing unreliable test, since this is a dependency issue |
We are somehow pulling s3fs=0.4.2 again, so tests are passing now, meaning xfail causes bugs. |
is there a relevant issue on the s3fs tracker? |
@martindurant looks like you did a lot of work on these tests. any idea how to fix them now? |
I think these have been fixed by running these tests in single cpu builds so closing |
Seen this in a few PRs:
https://github.com/pandas-dev/pandas/pull/39153/checks?check_run_id=1697646268
The text was updated successfully, but these errors were encountered: