-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
🚨This issue needs some love.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important 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.Required feature/issue must be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
In a recent regen for Bigtable, it added:
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.This issue needs some love.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important 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.Required feature/issue must be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.