Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlp.risk_test: test_k_map_estimate_analysis_multiple_field failed #4525

Closed
flaky-bot bot opened this issue Aug 19, 2020 · 2 comments
Closed

dlp.risk_test: test_k_map_estimate_analysis_multiple_field failed #4525

flaky-bot bot opened this issue Aug 19, 2020 · 2 comments
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 19, 2020

Note: #3673 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 6388bd7
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 826, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.DEADLINE_EXCEEDED
	details = "Deadline Exceeded"
	debug_error_string = "{"created":"@1597833051.395392942","description":"Error received from peer ipv4:74.125.195.95:443","file":"src/core/lib/surface/call.cc","file_line":1061,"grpc_message":"Deadline Exceeded","grpc_status":4}"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/workspace/dlp/risk_test.py", line 70, in subscription_id
subscriber.create_subscription(subscription_path, topic_path)
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/_gapic.py", line 40, in
fx = lambda self, *a, **kw: wrapped_fx(self.api, *a, **kw) # noqa
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/pubsub_v1/gapic/subscriber_client.py", line 439, in create_subscription
request, retry=retry, timeout=timeout, metadata=metadata
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 145, in call
return wrapped_func(*args, **kwargs)
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func
on_error=on_error,
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 184, in retry_target
return target()
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "", line 3, in raise_from
google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded

@flaky-bot flaky-bot bot added buildcop: issue priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 19, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 19, 2020

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (6388bd7), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@tmatsuo
Copy link
Contributor

tmatsuo commented Aug 19, 2020

It fails when creating a subscription with google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded. All the other tests failed with the same reason. I'd close them all, then when we see this often, we can retry upon DeadlineExceeded.

@tmatsuo tmatsuo closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant