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

[5.0] Add additional tests for mapped_private #1887

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Nov 10, 2023

Add mapped_private to db_modes_test.sh.

@heifner heifner added the OCI Work exclusive to OCI team label Nov 10, 2023
Copy link
Member

@spoonincode spoonincode left a comment

Choose a reason for hiding this comment

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

mapped_private only works on some platforms so need to skip it on unsupported platforms

@greg7mdp
Copy link
Contributor

mapped_private only works on some platforms so need to skip it on unsupported platforms

There are two features "mapped_private" depends on, the soft-dirty feature, and the copy_on_write (i.e. MAP_PRIVATE) file mapping option. The mapped_private mode would still work if soft-dirty is not available, but copy_on_write is.

@heifner heifner merged commit b8b20cc into release/5.0 Nov 13, 2023
57 checks passed
@heifner heifner deleted the GH-1878-mapped_private_test-5.0 branch November 13, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants