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

[arccon] Add optional dotnet wrapper to prevent first time use race condition #1791

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

grospelliergilles
Copy link
Member

The wrapper is only used on Unix environment and may be disabled when setting CMake variable ARCCON_NO_WRAPPER_FOR_DOTNET.

The race condition is described in dotnet/runtime#91987 and
dotnet/runtime#80619 and does not seems to be resolved in .Net 6 and .Net 8.

@grospelliergilles grospelliergilles added build Build configuration arccon Arccon component labels Nov 24, 2024
@grospelliergilles grospelliergilles self-assigned this Nov 24, 2024
…ondition.

The wrapper is only used on Unix environment and may be disabled when
setting CMake variable ARCCON_NO_WRAPPER_FOR_DOTNET.
@grospelliergilles grospelliergilles force-pushed the dev/gg-add-dotnet-wrapper-in-arccon branch from e8db341 to 2bfd038 Compare November 24, 2024 16:23
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.20%. Comparing base (2e23286) to head (2bfd038).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1791      +/-   ##
==========================================
- Coverage   70.22%   70.20%   -0.02%     
==========================================
  Files        2258     2258              
  Lines      162364   162362       -2     
  Branches    18703    18697       -6     
==========================================
- Hits       114017   113989      -28     
- Misses      41572    41599      +27     
+ Partials     6775     6774       -1     

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

@grospelliergilles grospelliergilles merged commit d761a50 into main Nov 24, 2024
30 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-add-dotnet-wrapper-in-arccon branch November 27, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arccon Arccon component build Build configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant