-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
api: bigtableIssues related to the googleapis/python-bigtable API.Issues related to the googleapis/python-bigtable API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in 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
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet
label and
I will stop commenting.
commit: 542737d
buildURL: Build Status, Sponge
status: failed
Test output
self =def test_from_api_repr_wo_etag(self): VERSION = 1 empty = frozenset() resource = {"version": VERSION} klass = self._get_target_class() policy = klass.from_api_repr(resource) self.assertIsNone(policy.etag) self.assertEqual(policy.version, VERSION) self.assertEqual(policy.bigtable_admins, empty) self.assertEqual(policy.bigtable_readers, empty) self.assertEqual(policy.bigtable_users, empty) self.assertEqual(policy.bigtable_viewers, empty)
self.assertEqual(len(policy), 0)
E AssertionError: 4 != 0
tests/unit/test_policy.py:242: AssertionError
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the googleapis/python-bigtable API.Issues related to the googleapis/python-bigtable API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in 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.