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

tests: Ensure backup/restore preserves file attributes #269

Merged

Conversation

richm
Copy link
Collaborator

@richm richm commented Nov 17, 2023

I noticed some test failures in tests that check ownership/permissions
of config files. The tests were recently changed to reuse the same
VM, so I suspect config files were not being backed up/restored with
the correct file attributes. Use cp -a to preserve all file
attributes.

Signed-off-by: Rich Megginson rmeggins@redhat.com

I noticed some test failures in tests that check ownership/permissions
of config files.  The tests were recently changed to reuse the same
VM, so I suspect config files were not being backed up/restored with
the correct file attributes.  Use `cp -a` to preserve all file
attributes.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
@richm richm requested a review from Jakuje November 17, 2023 15:29
@richm richm merged commit e54fca5 into willshersystems:main Nov 20, 2023
15 of 16 checks passed
@richm richm deleted the test-backup-restore-preserve-file-attrs branch November 20, 2023 14:40
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.

None yet

2 participants