-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Extend test of 'requester_pays' bucket to include RUD w/ 'user_project' set #4084
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
Extend test of 'requester_pays' bucket to include RUD w/ 'user_project' set #4084
Conversation
|
This test, and more to be added shortly, should be in place on the |
|
@tseaver What is RUD? |
dhermes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| bucket.update() | ||
| self.assertEqual(bucket.labels, {}) | ||
|
|
||
| @unittest.skipUnless(USER_PROJECT, 'USER_PROJECT not set in environment.') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
|
@lukesneeringer Do you have a sense about the project ID we should use for the |
…t' set (#4084) * Pass through extra posargs for system tests. * Plumb 'user_project' arg through 'Client.bucket'.
…ct' set (#4084) * Pass through extra posargs for system tests. * Plumb 'user_project' arg through 'Client.bucket'.
…ct' set (#4084) * Pass through extra posargs for system tests. * Plumb 'user_project' arg through 'Client.bucket'.
…ct' set (#4084) * Pass through extra posargs for system tests. * Plumb 'user_project' arg through 'Client.bucket'.
Skips the new test unless an environment variable,
GOOGLE_CLOUD_TESTS_USER_PROJECT, is set.@lukesneeringer What project should that be set to for CI?