-
Notifications
You must be signed in to change notification settings - Fork 54
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
Disable fsspec
Cache on Integration Tests
#646
Conversation
Super fascinating bug. I don't think this is actually |
Oof, well thanks for digging into it! |
BreakdownHere's some evidence for it not being just
docker run \
-p 9000:9000
--name minio666 \
-e "MINIO_ACCESS_KEY=YOURACCESSKEY" \
-e "MINIO_SECRET_KEY=YOURSECRETKEY" \
-v /tmp/:/data \
minio/minio server /data
mc alias set 'myminio' 'http://localhost:9000' 'YOURACCESSKEY' 'YOURSECRETKEY'
mc admin trace -v -a myminio
Proposals
|
well, if I run |
Wow, humbled. Things just got more interesting with these failures after the last commits Cannot get it to fail locally with a similar set up Looks like we cannot ignore the subtle interaction that is causing this and have to weed it out |
It was s3fs the whole time!!!!!!! I had to disable cache settings and now everything works 😞 Will swap things back to the docker image and make sure that solves it there too |
fsspec
Cache on Integration Tests
1125a7b
to
50ed1cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Addresses #645
I can't find the deeper bug here to ticket with
zarr
orfsspec
but potentially getting close