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

Improve move_mount01 coverage #1172

Open
metan-ucw opened this issue Jul 19, 2024 · 2 comments
Open

Improve move_mount01 coverage #1172

metan-ucw opened this issue Jul 19, 2024 · 2 comments

Comments

@metan-ucw
Copy link
Member

  • Does not test if repeated move_mount() moves the mount point to a new place.
  • Does not cover MOVE_MOUNT_SET_GROUP and MOVE_MOUNT_BENEATH
@metan-ucw
Copy link
Member Author

The MOVE_MOUNT_BENEATH causes the mount point to be mounted under the current mount, that means that the test would need to mount a mntpoint first then mount another mount with MOVE_MOUNT_BENEATH on the same mount point, check that the firstly mounted filesystem is there, then mount the mount point and check that the filesystem mounted with MOVE_MOUNT_BENEATH is mounted at mntpoint now.

@metan-ucw
Copy link
Member Author

The MOVE_MOUNT_SET_GROUP sets the event propagation group, this is related to the statmount() testcases where you can get the mount group ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant