-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
api: clouderrorreportingIssues related to the googleapis/python-error-reporting API.Issues related to the googleapis/python-error-reporting 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: e2beb58
buildURL: Build Status, Sponge
status: failed
Test output
self =def test_report_exception_no_grpc(self): with mock.patch.dict( "os.environ", {"GOOGLE_CLOUD_DISABLE_GRPC": "true"}, clear=True ):self.test_report_exception()tests/system/test_system.py:136:
tests/system/test_system.py:129: in test_report_exception
error_count = wrapped_get_count(class_name, Config.CLIENT)
args = ('RuntimeError_1662082674126', <google.cloud.error_reporting.client.Client object at 0x7f1829ad3280>)
kwargs = {}, tries = 8, result = None, delay = 128
msg = 'is_one. Trying again in 128 seconds...'@functools.wraps(to_wrap) def wrapped_function(*args, **kwargs): tries = 0 while tries < self.max_tries: result = to_wrap(*args, **kwargs) if self.result_predicate(result): return result delay = self.delay * self.backoff ** tries msg = "%s. Trying again in %d seconds..." % ( self.result_predicate.__name__, delay, ) self.logger(msg) time.sleep(delay) tries += 1raise BackoffFailed()E test_utils.retry.BackoffFailed
.nox/system-3-8/lib/python3.8/site-packages/test_utils/retry.py:170: BackoffFailed
Metadata
Metadata
Assignees
Labels
api: clouderrorreportingIssues related to the googleapis/python-error-reporting API.Issues related to the googleapis/python-error-reporting 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.