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

Vendor Thrift dependency #1551

Merged
merged 14 commits into from
Feb 19, 2021
Merged

Vendor Thrift dependency #1551

merged 14 commits into from
Feb 19, 2021

Conversation

punya
Copy link
Member

@punya punya commented Feb 18, 2021

Fixes #1548.
Fixes #1559.

@punya punya requested a review from Aneurysm9 February 18, 2021 21:40
@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #1551 (f9afdee) into main (298c5a1) will decrease coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #1551     +/-   ##
=======================================
- Coverage   78.0%   78.0%   -0.1%     
=======================================
  Files        127     127             
  Lines       6599    6597      -2     
=======================================
- Hits        5153    5149      -4     
- Misses      1201    1203      +2     
  Partials     245     245             
Impacted Files Coverage Δ
exporters/trace/jaeger/agent.go 57.5% <ø> (ø)
exporters/trace/jaeger/uploader.go 56.4% <ø> (ø)
exporters/otlp/otlpgrpc/connection.go 86.9% <0.0%> (-1.9%) ⬇️
exporters/trace/jaeger/reconnecting_udp_client.go 89.3% <0.0%> (-0.3%) ⬇️

@punya punya mentioned this pull request Feb 19, 2021
MrAlias and others added 6 commits February 19, 2021 07:49
Fixes open-telemetry#1559.

Some unit tests were flaking in CI because they expected the timestamp
to advance during a test, when it's possible for it to be unchanged
instead. This change switches the offending "<" comparisons to "<=".
@punya
Copy link
Member Author

punya commented Feb 19, 2021

@Aneurysm9 and @MrAlias , thanks for your reviews. I've added these two commits since then in an attempt to address test flakes. There's still some flakiness that isn't covered by those two commits, but please feel free to review them individually.

This was referenced Mar 11, 2021
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.

Unit tests flaking in CI Compilation Error from Jaeger exporter when updating go packages dependencies
3 participants