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

Replace httpContext with httpRequest #3299

Merged
merged 1 commit into from
Apr 17, 2017

Conversation

waprin
Copy link
Contributor

@waprin waprin commented Apr 14, 2017

This fixes #2877 and probably fixes #3263 .

I will work on a followup system test since clearly needed.

NB: The reason for this bug and lack of system test is the pre-gRPC code went through Logging which was basically untyped, the errors were showing up despite the incorrect parameter names (and at the time without the full API there was no good way to system test).

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 14, 2017
Copy link
Contributor

@dhermes dhermes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentative LGTM though you really should add some system tests

@waprin
Copy link
Contributor Author

waprin commented Apr 17, 2017

System test PR incoming sorry for delay but just want bug fix merged in meantime.

@waprin waprin merged commit 138f59f into googleapis:master Apr 17, 2017
@dhermes dhermes added the api: clouderrorreporting Issues related to the Error Reporting API. label Apr 19, 2017
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: clouderrorreporting Issues related to the Error Reporting API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error reporting still broken at 0.24 No http_context information reported in Stack driver error reporting.
3 participants