-
Notifications
You must be signed in to change notification settings - Fork 179
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
SHM persistency on Mac #1802
SHM persistency on Mac #1802
Conversation
- some good refactoring
…s (and always had) some issues to fix
- disable some shm tests only for macos
- fix clippy - take new elem_count() behavior into account (elem_count may be bigger then the one requested upon segment creation)
…pfs, so need other bsd-specific mechanism)
PR missing one of the required labels: {'enhancement', 'bug', 'documentation', 'new feature', 'internal', 'dependencies', 'breaking-change'} |
PR missing one of the required labels: {'new feature', 'breaking-change', 'internal', 'documentation', 'bug', 'dependencies', 'enhancement'} |
PR missing one of the required labels: {'dependencies', 'new feature', 'enhancement', 'bug', 'breaking-change', 'documentation', 'internal'} |
PR missing one of the required labels: {'dependencies', 'new feature', 'enhancement', 'internal', 'documentation', 'bug', 'breaking-change'} |
PR missing one of the required labels: {'enhancement', 'documentation', 'new feature', 'dependencies', 'bug', 'breaking-change', 'internal'} |
PR missing one of the required labels: {'bug', 'internal', 'dependencies', 'breaking-change', 'new feature', 'documentation', 'enhancement'} |
PR missing one of the required labels: {'internal', 'bug', 'documentation', 'enhancement', 'breaking-change', 'new feature', 'dependencies'} |
PR missing one of the required labels: {'documentation', 'internal', 'dependencies', 'new feature', 'breaking-change', 'enhancement', 'bug'} |
PR missing one of the required labels: {'enhancement', 'breaking-change', 'bug', 'new feature', 'dependencies', 'documentation', 'internal'} |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1802 +/- ##
=======================================
Coverage ? 70.31%
=======================================
Files ? 359
Lines ? 64613
Branches ? 0
=======================================
Hits ? 45430
Misses ? 19183
Partials ? 0 ☔ View full report in Codecov by Sentry. |
PR missing one of the required labels: {'dependencies', 'new feature', 'breaking-change', 'bug', 'documentation', 'internal', 'enhancement'} |
PR missing one of the required labels: {'enhancement', 'breaking-change', 'dependencies', 'bug', 'internal', 'documentation', 'new feature'} |
WIP