-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix "index out of range" when receiving a dual client/server Zipkin span #4160
Conversation
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Codecov ReportBase: 97.16% // Head: 97.12% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #4160 +/- ##
==========================================
- Coverage 97.16% 97.12% -0.04%
==========================================
Files 295 296 +1
Lines 17431 17452 +21
==========================================
+ Hits 16937 16951 +14
- Misses 398 403 +5
- Partials 96 98 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Yuri Shkuro <[email protected]>
@albertteoh or @pavolloffay can I get a review plz? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me, just some nits.
cmd/collector/app/zipkin/zipkindeser/zipkindesermocks/mocks_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thanks! |
…pan (jaegertracing#4160) ## Which problem is this PR solving? - Resolves jaegertracing#3404 ## Short description of the changes - Handle case where one input zipkin span is transformed into two Jaeger spans, but still return response with the same length as input - Add a test for dial client/server span provided in jaegertracing#3404 - Side effect: refactor `cmd/collector/app/zipkin` to avoid circular dependencies Signed-off-by: Yuri Shkuro <[email protected]>
…pan (jaegertracing#4160) ## Which problem is this PR solving? - Resolves jaegertracing#3404 ## Short description of the changes - Handle case where one input zipkin span is transformed into two Jaeger spans, but still return response with the same length as input - Add a test for dial client/server span provided in jaegertracing#3404 - Side effect: refactor `cmd/collector/app/zipkin` to avoid circular dependencies Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: shubbham1215 <[email protected]>
Which problem is this PR solving?
Short description of the changes
cmd/collector/app/zipkin
to avoid circular dependencies