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

V2 Encryption Bug 4MB file downloads (#41813) #42213

Conversation

srnagar
Copy link
Member

@srnagar srnagar commented Oct 8, 2024

  • testing, need to get this branch on my other workstation

  • adding broken test

  • updating tests

  • tests with logging

  • updating test and adding fix

  • making test paramaterized and adding change for only encryption v2 downloads

  • fixing imports

  • wip context addition

  • context implementation and sync / async tests

  • adding back unpulled tests

  • consolidating one of the async util methods

  • addressing all comments besides 1

  • removing leftover changes and adding back test for V2

  • kyle test

  • adjusting unencrypted blob length calculation

  • recording tests and fixing style

  • addressing comments

  • changelog update

  • fixing messed up recorded test

  • adding more test cases and updating adjustment method signature

  • adding missed recordings and fixing style

  • changing offsetAdjustment to a long to prevent int overflow, and added support for unencrypted blob length for blobinputstream

  • adding test for integer overflow, removing redundant test, adding helper method to blobinputstream

  • adjusting changelong

  • removing unused imports

  • changing blobinputstream util method to use long instead of Long

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

* testing, need to get this branch on my other workstation

* adding broken test

* updating tests

* tests with logging

* updating test and adding fix

* making test paramaterized and adding change for only encryption v2 downloads

* fixing imports

* wip context addition

* context implementation and sync / async tests

* adding back unpulled tests

* consolidating one of the async util methods

* addressing all comments besides 1

* removing leftover changes and adding back test for V2

* kyle test

* adjusting unencrypted blob length calculation

* recording tests and fixing style

* addressing comments

* changelog update

* fixing messed up recorded test

* adding more test cases and updating adjustment method signature

* adding missed recordings and fixing style

* changing offsetAdjustment to a long to prevent int overflow, and added support for unencrypted blob length for blobinputstream

* adding test for integer overflow, removing redundant test, adding helper method to blobinputstream

* adjusting changelong

* removing unused imports

* changing blobinputstream util method to use long instead of Long
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Oct 8, 2024
@srnagar
Copy link
Member Author

srnagar commented Oct 8, 2024

/azp run java - storage - ci

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@srnagar
Copy link
Member Author

srnagar commented Oct 8, 2024

/azp run java - storage - ci

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ibrandes ibrandes merged commit 5e81fa0 into Azure:release/patch/storage-common-12270 Oct 8, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants