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

Consider whether we can use overlayfs for testing #520

Closed
jamessynge opened this issue May 27, 2018 · 2 comments
Closed

Consider whether we can use overlayfs for testing #520

jamessynge opened this issue May 27, 2018 · 2 comments
Labels
Milestone

Comments

@jamessynge
Copy link
Contributor

Overlayfs allows one to layer one filesystem (directory tree) on top of another (or others). This includes overlaying an empty directory over one that you don't want modified. As a result, one can create a hermetic environment for tests, where all the changes get made to the top filesystem, including edits and deletes of files that are actually in the lower filesystem(s). Docker makes use of this via overlayfs2, IIUC.

This could be useful for testing of POCS, including of scripts such as installation scripts, that would otherwise "ruin" the testing machine.

@wtgee wtgee added the Testing label Feb 17, 2020
@wtgee wtgee added this to the V1.0 milestone Feb 17, 2020
@wtgee
Copy link
Member

wtgee commented Feb 17, 2020

Related to #191

@wtgee wtgee modified the milestones: V1.0, v2.0 Jan 20, 2022
@wtgee
Copy link
Member

wtgee commented May 23, 2023

Much has changed since these days of yore. Closing as stale. Please open new issue as required.

@wtgee wtgee closed this as completed May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants