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(tests): remove low version error assertion from iam conditions system tests #53

Merged
merged 1 commit into from Feb 12, 2020

Conversation

jkwlui
Copy link
Member

@jkwlui jkwlui commented Feb 12, 2020

Fixes #52

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 12, 2020
@jkwlui jkwlui added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 12, 2020
@jkwlui jkwlui self-assigned this Feb 12, 2020
@jkwlui jkwlui requested a review from crwilcox February 12, 2020 01:56
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 12, 2020
with pytest.raises(
BadRequest, match="cannot be less than the existing policy version"
):
bucket.get_iam_policy()
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have a definite confirmation that the backend no longer raises this exception under any circumstance?

Copy link
Contributor

Choose a reason for hiding this comment

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

We have an internal group with a conversation. Yes.

@crwilcox crwilcox merged commit 8904aee into master Feb 12, 2020
@tseaver tseaver deleted the fix-iam-version-assertion branch August 24, 2021 18:08
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix test for IAM get/set.
5 participants