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

Storage Operation Pause/Resume/Cancel Functionality #9

Merged
merged 12 commits into from
Sep 25, 2019

Conversation

lawmicha
Copy link
Member

  • Added a significant change to Operation methods to use DispatchQueue for pause/resume/cancel for concurrency
  • Added some coverage for resumability and cancelling operations in Integration tests
  • Added checks for isCancelled in operations
  • some CR feedback

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

- moving some request specific constants over to the request objects (expire time and threshold for multipart upload)
- storageError notFound to keyNotFound and missingFile to missingLocalFile
- reduce over checking isCancelled in operations
- Adding given when then to integration tests
- Split Resumability integration tests and improvements
@lawmicha lawmicha self-assigned this Sep 24, 2019
@lawmicha lawmicha changed the title Lawmicha/storage Operation Pause/Resume/Cancel Functionality Storage Operation Pause/Resume/Cancel Functionality Sep 24, 2019
merge master (default hub plugin)
@lawmicha lawmicha merged commit 3dd462c into master Sep 25, 2019
@lawmicha lawmicha deleted the lawmicha/storage branch September 26, 2019 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants