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

Fix logging in the integration tests #986

Merged
merged 1 commit into from Aug 14, 2018
Merged

Fix logging in the integration tests #986

merged 1 commit into from Aug 14, 2018

Conversation

yurishkuro
Copy link
Member

Pulling these changes out of #984.

@codecov
Copy link

codecov bot commented Aug 13, 2018

Codecov Report

Merging #986 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #986   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         139    139           
  Lines        6400   6400           
=====================================
  Hits         6400   6400

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 48695e6...fa812d9. Read the comment docs.

Signed-off-by: Yuri Shkuro <ys@uber.com>
if err == nil && len(actual.Spans) == len(expected.Spans) {
break
if err != nil {
t.Log(err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

why does this test get special treatment? the other tests aren't logging the errors

Copy link
Member Author

Choose a reason for hiding this comment

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

maybe they all should, but this is specifically the one that was sporadically failing yesterday for Kafka, so I want to get the logging into it for the future.

@yurishkuro yurishkuro merged commit 2b8c6c6 into master Aug 14, 2018
@ghost ghost removed the review label Aug 14, 2018
@yurishkuro yurishkuro deleted the fix-test-logging branch August 14, 2018 15:55
isaachier pushed a commit to isaachier/jaeger that referenced this pull request Sep 3, 2018
Signed-off-by: Yuri Shkuro <ys@uber.com>
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.

None yet

2 participants