Skip to content

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
* 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