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

Test blob ACL methods w/ 'user_project' set. #4088

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Test blob ACL methods w/ 'user_project' set. #4088

merged 1 commit into from
Sep 29, 2017

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Sep 29, 2017

Uses #4086 as a base.

@tseaver tseaver added api: storage Issues related to the Cloud Storage API. testing labels Sep 29, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 29, 2017
@tseaver
Copy link
Contributor Author

tseaver commented Sep 29, 2017

Note that this test does not exercise the IAM features, because I now suspect them to be invalid (see #4087).

Copy link
Contributor

@dhermes dhermes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly LGTM

acl.reload()
acl.all().grant_read()
acl.save()
self.assertTrue('READER' in acl.all().get_roles())

This comment was marked as spam.

This comment was marked as spam.

new_bucket_name, requester_pays=True)
self.case_buckets_to_delete.append(new_bucket_name)

with_up = Config.CLIENT.bucket(

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor Author

tseaver commented Sep 29, 2017

Rebased after merging #4086. I will merge when CI is green.

@tseaver tseaver merged commit ee54c43 into googleapis:storage-requester_pays-feature Sep 29, 2017
@tseaver tseaver deleted the storage-requester_pays-systests-4 branch September 29, 2017 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants