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

[TEST] Change is_called_ and got_response_ to use atomic #3204

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

owent
Copy link
Member

@owent owent commented Dec 13, 2024

Fixes #3172

Changes

  • Change is_called_ and got_response_ to use atomic

Not sure if it can solve the problems, we can reopen it if it still exists.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@owent owent requested a review from a team as a code owner December 13, 2024 11:08
Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for opentelemetry-cpp-api-docs canceled.

Name Link
🔨 Latest commit cf794cb
🔍 Latest deploy log https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/675c15bc2ff2df00081b3225

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.83%. Comparing base (490f882) to head (cf794cb).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3204   +/-   ##
=======================================
  Coverage   87.83%   87.83%           
=======================================
  Files         195      195           
  Lines        6154     6154           
=======================================
  Hits         5405     5405           
  Misses        749      749           

Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the fix.

@marcalff marcalff changed the title Change is_called_ and got_response_ to use atomic [TEST] Change is_called_ and got_response_ to use atomic Dec 13, 2024
@marcalff marcalff merged commit 8b418fe into open-telemetry:main Dec 13, 2024
57 checks passed
malkia added a commit to malkia/opentelemetry-cpp that referenced this pull request Dec 13, 2024
[TEST] Change `is_called_` and `got_response_` to use atomic (open-telemetry#3204)
@owent owent deleted the try_to_fixes_3172 branch December 20, 2024 12:40
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.

Test BasicCurlHttpTests.FinishInAsyncCallback is unstable in CI.
2 participants