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

[tests-only] [full-ci] Test quota improvements #39903

Closed
wants to merge 4 commits into from

Commits on Mar 21, 2022

  1. Improve quota handling

    * In case there are problems writing the contents of the file, try to
    figure out the size of the content in several ways in order to provide a
    more meaningful message
    * Ensure the locks are properly released in case an error happens
    * Handle quota while copying files. In addition, take into account the
    space used by the file we're trying to overwrite (in case there is
    already a file there)
    * Part files will also be considered for quota while they're being
    uploaded
    jvillafanez authored and phil-davis committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b6b80fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa57dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d7ec78 View commit details
    Browse the repository at this point in the history
  4. Fixes for sonarCloud

    jvillafanez authored and phil-davis committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4e6e9ac View commit details
    Browse the repository at this point in the history