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

Stop leaving leftover buckets in ITGcsNIO #3898

Merged

Commits on Nov 2, 2018

  1. Stop leaving leftover buckets in ITGcsNIO

    This integration test now deletes all the buckets it creates.
    
    The issue was that requester-pays buckets couldn't be deleted by the
    existing code. This PR updates RemoteStorageHelper so it can be given a
    userProject for requester-pays buckets.
    jean-philippe-martin committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    7280a1d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Don't set userProject if empty, add test

    RemoteStorageHelper now doesn't set the userProject option if it's
    empty. Also, added testForceDeleteRetriesWithUserProject unit test.
    jean-philippe-martin committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    60e9b53 View commit details
    Browse the repository at this point in the history