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

Upgrade to OpenTracing Go 1.2 #525

Merged
merged 2 commits into from Jul 31, 2020
Merged

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Jul 31, 2020

Yuri Shkuro added 2 commits July 31, 2020 12:42
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
version: ^1
version: 1.1
- package: github.com/prometheus/procfs
version: 0.0.6
Copy link
Member Author

Choose a reason for hiding this comment

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

Newer versions of Prom client have dependencies on libraries using go modules with v2, which does not work with glide. Since this is legacy anyway, I am pinning to the current versions (unfortunately glide doesn't allow updating a single dep).

@@ -403,7 +403,8 @@ func compareTags(t *testing.T, expected, actual *j.Tag, testName string) {
return
}
if expected == nil || actual == nil {
assert.Fail(t, "one of the tags is nil", testName)
t.Logf("one of the tags is nil, test=%s, expected=%v, actual=%v", testName, expected, actual)
Copy link
Member Author

Choose a reason for hiding this comment

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

the way assert.Fail prints the message was not helpful, so adding explicit log

@codecov
Copy link

codecov bot commented Jul 31, 2020

Codecov Report

Merging #525 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #525      +/-   ##
==========================================
- Coverage   89.28%   89.23%   -0.06%     
==========================================
  Files          61       61              
  Lines        3919     3919              
==========================================
- Hits         3499     3497       -2     
- Misses        294      295       +1     
- Partials      126      127       +1     
Impacted Files Coverage Δ
utils/reconnecting_udp_conn.go 90.00% <0.00%> (-2.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e65eb56...1de1df9. Read the comment docs.

Copy link
Contributor

@vprithvi vprithvi left a comment

Choose a reason for hiding this comment

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

nit: description could contain opentracing release notes

@yurishkuro yurishkuro merged commit b58b8ea into jaegertracing:master Jul 31, 2020
@yurishkuro yurishkuro deleted the fix-524 branch July 31, 2020 18:15
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.

Go 1.15: TestThriftSpanLogs errors
2 participants