Closed
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_pb_empty(self): from google.iam.v1 import policy_pb2 empty = frozenset() message = policy_pb2.Policy() klass = self._get_target_class() policy = klass.from_pb(message) self.assertEqual(policy.etag, b"") self.assertEqual(policy.version, 0) 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:103: AssertionError