Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Enable windows support by isolating ioctl calls #233

Merged
merged 3 commits into from
Jan 17, 2019
Merged

Enable windows support by isolating ioctl calls #233

merged 3 commits into from
Jan 17, 2019

Conversation

Etienne-Carriere
Copy link
Contributor

@Etienne-Carriere Etienne-Carriere commented Jan 11, 2019

Resolves : #189

Signed-off-by: Etienne Carriere etienne.a.carriere@socgen.com

Signed-off-by: Etienne Carriere <etienne.a.carriere@socgen.com>
@codecov
Copy link

codecov bot commented Jan 11, 2019

Codecov Report

Merging #233 into master will decrease coverage by 0.32%.
The diff coverage is 65.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
- Coverage   94.91%   94.59%   -0.33%     
==========================================
  Files          25       25              
  Lines        1848     1867      +19     
  Branches      245      247       +2     
==========================================
+ Hits         1754     1766      +12     
- Misses         61       66       +5     
- Partials       33       35       +2
Impacted Files Coverage Δ
jaeger_client/utils.py 83.87% <65.51%> (-9.16%) ⬇️

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 38524ad...b724b20. Read the comment docs.

if ip is None:
ip = get_local_ip_by_socket()
if ip is None:
ip = 'Unknown IP'
Copy link
Member

Choose a reason for hiding this comment

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

maybe it's better to skip the IP tag in this case? Returning invalid string as IP might break something downstream.

Etienne Carriere added 2 commits January 14, 2019 10:56
Signed-off-by: Etienne Carriere <etienne.a.carriere@socgen.com>
Signed-off-by: Etienne Carriere <etienne.a.carriere@socgen.com>
@Etienne-Carriere
Copy link
Contributor Author

@yurishkuro , could you please re-review ?

Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Thanks!

@yurishkuro yurishkuro merged commit 3f091d4 into jaegertracing:master Jan 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants