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

Happybase system test: setupModule failure #2076

Closed
tseaver opened this issue Aug 9, 2016 · 3 comments
Closed

Happybase system test: setupModule failure #2076

tseaver opened this issue Aug 9, 2016 · 3 comments
Assignees
Labels
api: bigtable Issues related to the Bigtable API. testing

Comments

@tseaver
Copy link
Contributor

tseaver commented Aug 9, 2016

From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/151011041#L710

======================================================================
ERROR: setUpModule (bigtable_happybase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/bigtable_happybase.py", line 76, in setUpModule
    set_connection()
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/bigtable_happybase.py", line 69, in set_connection
    operation = instance.create()
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/bigtable/instance.py", line 362, in create
    request_pb, self._client.timeout_seconds)
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 305, in __call__
    self._request_serializer, self._response_deserializer)
  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)
AbortionError: AbortionError(code=StatusCode.ALREADY_EXISTS, details="Transaction Failed : Transaction cannot complete : Instance projects/precise-truck-742/instances/gcloud-151011041-1470768319 already exists.")
----------------------------------------------------------------------
@dhermes
Copy link
Contributor

dhermes commented Aug 9, 2016

That's a new one. Will look into it.

@dhermes dhermes added the flaky label Aug 9, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Aug 11, 2016

I think we have fixes in play for all the other flaky errors: it would be good to have a fix for this one, too.

@dhermes
Copy link
Contributor

dhermes commented Aug 11, 2016

Sorry haven't had a chance yet. Will try to tackle this afternoon.

dhermes added a commit to dhermes/google-cloud-python that referenced this issue Aug 12, 2016
Previously shared the format with the Bigtable system tests
but there was contention, possibly caused by the tests
each running less than a second apart from each other.

Fixes googleapis#2076.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. testing
Projects
None yet
Development

No branches or pull requests

2 participants