We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
topic.exist() raises a new flaky error, likely due to the cutover to use gRPC by default.
topic.exist()
====================================================================== ERROR: test_list_subscriptions (pubsub.TestPubsub) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/pubsub.py", line 127, in test_list_subscriptions self.assertFalse(topic.exists()) File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/pubsub/topic.py", line 179, in exists api.topic_get(topic_path=self.full_name) ... File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 203, in _blocking_unary_unary raise _abortion_error(rpc_error_call) GaxError: GaxError(RPC failed, caused by AbortionError(code=StatusCode.UNAVAILABLE, details="{"created":"@1471388632.560540215","description":"Secure read failed","file":"src/core/lib/security/transport/secure_endpoint.c","file_line":157,"grpc_status":14,"referenced_errors":[{"created":"@1471388632.560504209","description":"EOF","file":"src/core/lib/iomgr/tcp_posix.c","file_line":235}]}"))
The text was updated successfully, but these errors were encountered:
Aw man :(
Sorry, something went wrong.
@tseaver This is the only open flaky issue left, so that's comforting
flaky
I'm going to put on my Pollyanna/Candide hat and claim that #2195 has resolved this issue.
Nope.
@tseaver Close out until it shows up again in the wild?
SGTM
tseaver
No branches or pull requests
topic.exist()
raises a new flaky error, likely due to the cutover to use gRPC by default.The text was updated successfully, but these errors were encountered: