Skip to content
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

tests: add retry conf s7 resumable upload test cases #720

Merged
merged 4 commits into from Mar 9, 2022

Conversation

cojenco
Copy link
Contributor

@cojenco cojenco commented Feb 25, 2022

This adds retry conformance tests scenario 7 - resumable uploads handle complex retries

  • introduces methods["group"] = "storage.resumable.upload" to the test schema;
    method invocation mapping can distinguish and map to resumable upload operations for S7 test cases
  • (updated) uses a 9MiB payload test fixture file_data to test large file resumable uploads;
    set _RESUMABLE_UPLOAD_CHUNK_SIZE to 2MiB
  • (updated) instruction cases return-503-after-256K and return-503-after-8192K inject retryable error in 1st chunk and last chunk of the 9MiB large file

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Feb 25, 2022
@cojenco cojenco marked this pull request as ready for review February 25, 2022 23:58
@cojenco cojenco requested review from a team as code owners February 25, 2022 23:58
@cojenco cojenco merged commit 2cb0892 into googleapis:main Mar 9, 2022
@cojenco cojenco deleted the retryconf-7 branch November 16, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants