Skip to content

Test IAM Permissions generated code failing #778

@kolea2

Description

@kolea2

In a recent regen for Bigtable, it added:

https://github.com/googleapis/python-bigtable/pull/216/files#diff-9bbb5ea4e132c72b65ab1881c88e2ab4580a237b5bd8e4f4e8709a68a564f79cR2050-R2052

The generated test is now failing with the error,

E           AssertionError: assert ['permissions...ssions_value'] == ['permissions_value']
E             Left contains one more item: 'permissions_value'
E             Full diff:
E             - ['permissions_value']
E             + ['permissions_value', 'permissions_value']

I believe it is re-appending the permissions value incorrectly (the permissions are already set here). Please let me know if you need any more info. Thanks for the help!

Full PR and diff: googleapis/python-bigtable#216

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.release blockingRequired feature/issue must be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions