mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #760] Create process for testing GCS and diagnosing incompatibilities #128
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fsouza on GitHub (Apr 25, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/760
Every now and then someone opens an issue about something missing or not behaving the same as in GCS, and sometimes it's tricky to understand what GCS is doing, specially when it does nonstandard or undocumented things (for example, the Java SDK uses Content-Encoding to gzip the request, which is not HTTP-compliant, but we have to support it), and I always need to ask for more information or setup an ad-hoc bucket with some data and a script from scratch.
This is a meta issue to setup a process that will simplify this (maybe it's as simple as having a bucket and making sure that GHA has access to it, idk).
People will still need to provide snippets or something like that, but having that bucket will make things easier. Perhaps we could even have some sort of automation where we run pieces of code against the real server and fake-gcs-server and compare the results.
Obviously this will cost money, but as long as the cost isn't too high, I don't mind.