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

Fix ChecksumIntegrationTest #4798

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Fix ChecksumIntegrationTest #4798

merged 2 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. Fix ChecksumIntegrationTest

    - Some tests specificy a part number, but CRT may do a range get under the hood.
      S3 will throw an error if both a range and part number are specified. This is
    an issue that needs to be fixed in CRT, but part number is not required in this
    test, so removing it.
    
     - Rename test file to CrtCheckIntegrationTest so it gets added to CRT test
       suite
    dagnir committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0d06311 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Wait until response body or error body received to pr…

    …ocess request (#4786)""
    
    This reverts commit 045bcc4.
    dagnir committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    29aa8a9 View commit details
    Browse the repository at this point in the history