Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 26, 2016

Also in the process modifying Bigtable Client.copy() since the crypto signer objects used in ServiceAccountCredentials can't be copied (cffi won't allow it).

Also in the process modifying Bigtable Client.copy() since
the crypto signer objects used in ServiceAccountCredentials
can't be copied (cffi won't allow it).
@dhermes dhermes added testing api: bigtable Issues related to the Bigtable API. labels Feb 26, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 26, 2016
"""
copied_creds = copy.deepcopy(self._credentials)
credentials = self._credentials
copied_creds = credentials.create_scoped(credentials.scopes)

This comment was marked as spam.

This comment was marked as spam.

@theacodes
Copy link
Contributor

LGTM.

dhermes added a commit that referenced this pull request Feb 26, 2016
Implementing basic HappyBase system test.
@dhermes dhermes merged commit ade1724 into googleapis:master Feb 26, 2016
@dhermes dhermes deleted the bigtable-sys-tests-begin branch February 26, 2016 00:45
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. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants