ddelange

Results 197 comments of ddelange

@elprans could you re-run [failed](https://github.com/MagicStack/asyncpg/actions/runs/3122085418/jobs/5064959331#step:6:335) CI?

fyi another PR waiting for gcs 2.6.0: https://github.com/RaRe-Technologies/smart_open/pull/727 would be awesome if that PR can be closed in favour of this one (just that acl cant be specified using `setattr`)...

awesome, docs sounds good! πŸ’₯ yeah, all the fakes. still a mystery to me why there's no testing framework for gcs like moto for boto, or a local dev server...

nvm, spoke too soon https://github.com/fsouza/fake-gcs-server

here an [example](https://github.com/stevearc/pypicloud/pull/304/commits/07e72db1ca69692a32f7b5047515a0927f52a6b0#diff-97a131ad6711fd2807ed014b7f48f566d7e07b56f29631077d6495bed8c4f459R656-R658) of switching to a dockerized azurite server for tests, was a quite satisfying refactor as you just point to fake server and run real assertions on the...

> nvm, spoke too soon https://github.com/fsouza/fake-gcs-server > here an [example](https://github.com/stevearc/pypicloud/pull/304/commits/07e72db1ca69692a32f7b5047515a0927f52a6b0#diff-97a131ad6711fd2807ed014b7f48f566d7e07b56f29631077d6495bed8c4f459R656-R658) of switching to a dockerized azurite server for tests, was a quite satisfying refactor as you just point to fake...

gcs 2.6.0 was released πŸ’₯

Hi @cadnce, thanks for your reply, and for confirming this is already working for you! Looks like [source](https://github.com/googleapis/python-storage/blob/main/google/cloud/storage/blob.py#L4235) confirms it as well. Closing!

Hi @jdchn πŸ‘‹ First of all, thanks for the reproducible bug report! This is a hard crash in the vendored and adapted `mixology` library: ```py # If we have two...