-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Address review comments from #2655 #2673
Address review comments from #2655 #2673
Conversation
Signed-off-by: albertteoh <albert.teoh@logz.io>
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.
thanks
weird, staticcheck failed, but did not print the log https://github.com/jaegertracing/jaeger/pull/2673/checks?check_run_id=1478025515#step:5:40 |
I reported the issue here: #2674 |
The linter ran before the tests:
|
Yes, sorry, I missed that. It is odd and I'd expect that to exit early too. Just ran it locally and returned a 0 status code (IIUC, should this always return a 0 status code with
|
Codecov Report
@@ Coverage Diff @@
## master #2673 +/- ##
==========================================
- Coverage 95.56% 95.54% -0.03%
==========================================
Files 214 214
Lines 9535 9535
==========================================
- Hits 9112 9110 -2
- Misses 345 346 +1
- Partials 78 79 +1
Continue to review full report at Codecov.
|
I rerun the job and it succeeded |
Signed-off-by: albertteoh albert.teoh@logz.io
Which problem is this PR solving?
Short description of the changes
assert
's formatted string support.