googleapis / googleapis/storage-testbench
Message finalizing gRPC uploads is ignore when it has no data
Open
priority: p2
type: bug
- Dominant language
- Python
- Stars
- 24
- Forks
- 38
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 1
Description
gRPC upload requests are ignored if the message does not contain data:
https://github.com/googleapis/storage-testbench/blob/adeb2ccc8827c41aa1e772359350a25d1ff7015a/gcs/upload.py#L203
but that is perfectly legal if the message is just finalizing an upload:
https://github.com/googleapis/storage-testbench/blob/adeb2ccc8827c41aa1e772359350a25d1ff7015a/gcs/upload.py#L220-L221
Contributor guide
Assessment
This issue has not been assessed yet.