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

'test_list_subscriptions' barfs sporadically due to gRPC 'UNAVAILABLE' error #2111

Closed
tseaver opened this issue Aug 17, 2016 · 6 comments
Closed
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. testing

Comments

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2016

topic.exist() raises a new flaky error, likely due to the cutover to use gRPC by default.

======================================================================
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}]}"))
@tseaver tseaver added testing api: pubsub Issues related to the Pub/Sub API. flaky labels Aug 17, 2016
@dhermes
Copy link
Contributor

dhermes commented Aug 17, 2016

Aw man :(

@dhermes
Copy link
Contributor

dhermes commented Aug 18, 2016

@tseaver This is the only open flaky issue left, so that's comforting

@tseaver
Copy link
Contributor Author

tseaver commented Aug 25, 2016

I'm going to put on my Pollyanna/Candide hat and claim that #2195 has resolved this issue.

@tseaver tseaver closed this as completed Aug 25, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Aug 28, 2016

Nope.

@dhermes
Copy link
Contributor

dhermes commented Sep 9, 2016

@tseaver Close out until it shows up again in the wild?

@dhermes dhermes closed this as completed Sep 9, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Sep 9, 2016

SGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. testing
Projects
None yet
Development

No branches or pull requests

2 participants