Skip to content

Fix flaky test TestSimpleSpanProcessorShutdownHonorsContextCancel#2290

Merged
MrAlias merged 9 commits intoopen-telemetry:mainfrom
MrAlias:fix-2289
Oct 19, 2021
Merged

Fix flaky test TestSimpleSpanProcessorShutdownHonorsContextCancel#2290
MrAlias merged 9 commits intoopen-telemetry:mainfrom
MrAlias:fix-2289

Conversation

@MrAlias
Copy link
Copy Markdown
Contributor

@MrAlias MrAlias commented Oct 15, 2021

Resolves #2289

@MrAlias MrAlias added the bug Something isn't working label Oct 15, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 15, 2021

Codecov Report

Merging #2290 (4804c1d) into main (1f4b606) will increase coverage by 0.0%.
The diff coverage is 92.8%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2290   +/-   ##
=====================================
  Coverage   72.6%   72.6%           
=====================================
  Files        172     172           
  Lines      11898   11911   +13     
=====================================
+ Hits        8643    8658   +15     
+ Misses      3021    3020    -1     
+ Partials     234     233    -1     
Impacted Files Coverage Δ
sdk/trace/simple_span_processor.go 87.2% <92.8%> (+1.9%) ⬆️
...s/otlp/otlptrace/internal/connection/connection.go 16.2% <0.0%> (+1.5%) ⬆️

Copy link
Copy Markdown
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

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

.

I would love to remove this comment 😄

Comment thread sdk/trace/simple_span_processor.go Outdated
pellared
pellared previously approved these changes Oct 15, 2021
XSAM
XSAM previously approved these changes Oct 16, 2021
Comment thread CHANGELOG.md Outdated
@pellared pellared dismissed their stale review October 16, 2021 07:43

I am not convinced that it is a bug. I prefer others to judge

Comment thread sdk/trace/simple_span_processor.go Outdated
Comment thread sdk/trace/simple_span_processor_test.go
Copy link
Copy Markdown
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

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

LGTM

@MrAlias MrAlias dismissed XSAM’s stale review October 18, 2021 19:06

Please take another look. The strategy has changed enough to need a new review.

@MrAlias MrAlias merged commit 23a3373 into open-telemetry:main Oct 19, 2021
@MrAlias MrAlias deleted the fix-2289 branch October 19, 2021 15:13
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: TestSimpleSpanProcessorShutdownHonorsContextCancel

3 participants