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

Fixed removeContextValue function and added a Test testRemoveContextValuesFromSpan for it #498

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

vvydier
Copy link
Contributor

@vvydier vvydier commented Dec 20, 2023

I tested this with a span and added it to 2 parent spans in different threads. Total of 5 contexts getting removed in this case.
Tested with a crude mechanism (using sleep) for now. Will improve it with a Semaphore or async/await later.

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c292d46) 66.34% compared to head (57249c7) 66.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #498      +/-   ##
==========================================
- Coverage   66.34%   66.34%   -0.01%     
==========================================
  Files         336      336              
  Lines       14408    14406       -2     
==========================================
- Hits         9559     9557       -2     
  Misses       4849     4849              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bryce-b bryce-b merged commit e1c6468 into open-telemetry:main Dec 21, 2023
7 checks passed
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.

3 participants