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

Making regression3 pass #756

Merged
merged 4 commits into from
Mar 27, 2015
Merged

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 24, 2015

NOTE: As in googleapis/oauth2client#126, using %s for a Py2 and Py3 codebase caused us issues in _unpack_batch_response

- Incorporates changes from googleapis#724.
- Also requires httplib2 from HEAD since the bytes/unicode
  header issues have not been released on PyPI yet.
@dhermes dhermes added the api: storage Issues related to the Cloud Storage API. label Mar 24, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 24, 2015
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1b94f9f on dhermes:oauth2client-use-master into 3b04fdb on GoogleCloudPlatform:master.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 25, 2015

@tseaver PTAL

(response['content-type'], content))

message = parser.parsestr(faux_message)
if not isinstance(content, six.binary_type):

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

- Adding test for branch miss in credentials._get_signed_query_params
- Making storage.batch._unpack_batch_response work correctly in
  Python2 and Python3 (parser expects str in both)

NOTE: Yet again %s caused issues between Py2 and Py3 (as in the PR googleapis#126
      in oauth2client).
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling fdb1d23 on dhermes:oauth2client-use-master into d34a15e on GoogleCloudPlatform:master.

@tseaver
Copy link
Contributor

tseaver commented Mar 27, 2015

LGTM, module adding the comment to _unpack_batch_response.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 27, 2015

@tseaver I made a new commit from my phone. PTAL and then I'll merge if Travis passes.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 73bb5bb on dhermes:oauth2client-use-master into d34a15e on GoogleCloudPlatform:master.

@tseaver
Copy link
Contributor

tseaver commented Mar 27, 2015

LGTM

dhermes added a commit that referenced this pull request Mar 27, 2015
@dhermes dhermes merged commit 4785201 into googleapis:master Mar 27, 2015
@dhermes
Copy link
Contributor Author

dhermes commented Mar 27, 2015

@tseaver should we add regression3 to .travis.yaml now that it passes?

@tseaver
Copy link
Contributor

tseaver commented Mar 27, 2015

SGTM

@dhermes dhermes deleted the oauth2client-use-master branch March 28, 2015 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants