Skip to content

Conversation

@majorgreys
Copy link
Contributor

@majorgreys majorgreys commented Apr 30, 2021

Description

Fixes #2375

Failing test run with snapshot test: https://app.circleci.com/pipelines/github/DataDog/dd-trace-py/7778/workflows/fce7f1aa-9965-491d-935e-1486e0f3e21c/jobs/657191

Checklist

  • Added to the correct milestone.
  • Tests provided or description of manual testing performed is included in the code or PR.
  • Library documentation is updated.
  • Corp site documentation is updated (link to the PR).

@majorgreys majorgreys force-pushed the fix-grpc-method branch 4 times, most recently from 6c31b09 to c7f3a34 Compare April 30, 2021 00:47
@majorgreys majorgreys marked this pull request as ready for review April 30, 2021 03:58
@majorgreys majorgreys requested a review from a team as a code owner April 30, 2021 03:58
@mergify mergify bot merged commit 5c197a4 into DataDog:master Apr 30, 2021
@majorgreys majorgreys deleted the fix-grpc-method branch April 30, 2021 19:57
@Kyle-Verhoog
Copy link
Member

@Mergifyio backport 0.48

mergify bot pushed a commit that referenced this pull request May 12, 2021
* fix(grpc): add snapshot test for method service metadata

* handle empty method package

* revert change to host parsing

* add release note

* use async_mode

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 5c197a4)

# Conflicts:
#	ddtrace/contrib/grpc/utils.py
#	tests/contrib/grpc/test_grpc.py
@mergify
Copy link
Contributor

mergify bot commented May 12, 2021

Command backport 0.48: success

Backports have been created

brettlangdon pushed a commit that referenced this pull request May 13, 2021
* fix(grpc): no package in method service (#2384)

* fix(grpc): add snapshot test for method service metadata

* handle empty method package

* revert change to host parsing

* add release note

* use async_mode

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 5c197a4)

# Conflicts:
#	ddtrace/contrib/grpc/utils.py
#	tests/contrib/grpc/test_grpc.py

* Resolve conflict

* fix snapshot

Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.com>
Co-authored-by: Kyle Verhoog <kyle.verhoog@datadoghq.com>
Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

grpc client fails when parse_method_path() does not return a value for package

3 participants