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

Migrate Additional V11 Test Classes #4491

Merged

Conversation

alzimmermsft
Copy link
Member

Fixes #4321

Migrates and turns on DownloadResponseTest, HelperTest, ProgressReporterTest, and RetryTest. Additionally fixes scoping issue on SAS classes and cleanups linting issues related to their scoping change.

@alzimmermsft alzimmermsft added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Jul 19, 2019
@alzimmermsft alzimmermsft self-assigned this Jul 19, 2019
@@ -336,7 +337,7 @@
* @return
* A reactive response containing the information of the cleared pages.
*/
public Flux<PageRange> getPageRanges(BlobRange blobRange) {
public Mono<Response<PageList>> getPageRanges(BlobRange blobRange) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to undo these changes (and any others made to listing operation return types). The PagedFlux changes are in PR, and this will just be one more conflict that we know the winner of already.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed to deal with merge.

@alzimmermsft alzimmermsft merged commit d85185f into Azure:master Aug 2, 2019
@alzimmermsft alzimmermsft deleted the AzStorage_Migrate_Additional_Tests branch August 2, 2019 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Additional Unit Tests
3 participants