Skip to content

Hotfixes#132

Merged
marcoSanti merged 7 commits intocapio-v2from
hotfix
Apr 11, 2025
Merged

Hotfixes#132
marcoSanti merged 7 commits intocapio-v2from
hotfix

Conversation

@marcoSanti
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2025

Codecov Report

Attention: Patch coverage is 16.66667% with 20 lines in your changes missing coverage. Please review.

Project coverage is 47.17%. Comparing base (a8f4f57) to head (7e684bf).
Report is 16 commits behind head on capio-v2.

Files with missing lines Patch % Lines
src/common/capio/shm.hpp 0.00% 0 Missing and 13 partials ⚠️
src/posix/utils/clone.hpp 36.36% 2 Missing and 5 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           capio-v2     #132      +/-   ##
============================================
- Coverage     47.41%   47.17%   -0.24%     
============================================
  Files            70       70              
  Lines          3292     3315      +23     
  Branches       1885     1906      +21     
============================================
+ Hits           1561     1564       +3     
- Misses          795      800       +5     
- Partials        936      951      +15     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcoSanti marcoSanti merged commit a69b36f into capio-v2 Apr 11, 2025
64 of 84 checks passed
@marcoSanti marcoSanti deleted the hotfix branch April 11, 2025 08:58
marcoSanti pushed a commit that referenced this pull request Apr 11, 2025
This commit improves the logging status when failing to allocate
shared memory segments, and when ERR_EXIT is called.
It also adds a mechanism to handle applications that are highly
parallel, for which all threads (except the main) perform ONLY computation.
In this case, to avoid the exhaustion of file descriptors, CAPIO will not
intercept and handle child threads. To allow for this behaviour, export the
following variable ''CAPIO_IGNORE_CHILD_THREADS=YES''
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.

1 participant