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

Be able to delete temporary files on a different mount point #2028

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

havardAasen
Copy link
Contributor

We are able to create files on a different mount point, but not delete them. This is at most inconvenient, except when running tests.

A lot of the tests just checks of anything has been written to stderr, if it has, the test fail. Since we are not allowed to delete files, the parent directory is not empty when it is supposed to be removed, and an error message is printed to stderr.

If we are able to create files, we should be allowed to delete them as well.

We are able to create files on a different mount point, but not delete
them. This is at most inconvenient, except when running tests.

A lot of the tests just checks of anything has been written to 'stderr',
if it has, the test fail. Since we are not allowed to delete files, the
parent directory is not empty when it is supposed to be removed, and an
error message is printed to 'stderr'.

If we are able to create files, we should be allowed to delete them as
well.
@evgenyz
Copy link
Contributor

evgenyz commented Sep 11, 2023

/packit rebuild-failed

Copy link
Contributor

@evgenyz evgenyz left a comment

Choose a reason for hiding this comment

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

Totally makes sense, thank you!

@evgenyz evgenyz merged commit ffdf8b5 into OpenSCAP:maint-1.3 Sep 11, 2023
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.

2 participants