-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: specified bucket does not exist in TestParquetPyArrow.test_s3_roundtrip_explicit_fs #35856
Comments
@martindurant will you have time to look into this? I'm unsure if it's related to your recent moto changes. |
Are any tests being run in parallel here? That was suggested elsewhere as a possibility, and would for certain cause races. |
Yes, I think that is in parallel. I'll try putting up a PR marking them as single to see if that fixes things. |
The fixture could be changed to produce a random bucket for each test function, which would take some work to get the right kwargs to each s3 call. |
I tried that briefly, but it's a bit hard to do the synchronization since we need to start the moto server exactly once, and it needs to live until all the workers are done. Probably best to just mark these as single. |
Closes pandas-dev#35856 I think we need to update the pytest pattern though, so this should fail.
might be related to #35655
The text was updated successfully, but these errors were encountered: