-
Notifications
You must be signed in to change notification settings - Fork 236
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
Fix the Testing Farm testsuite #1405
Fix the Testing Farm testsuite #1405
Conversation
Mock has a build-in abstraction for in-bootstrap DNF version (or YUM), there's no need to check if DNF exists on host (this whole dropped test code comes from the pre-bootstrap era).
We were not able to find or create Copr project
Please check your configuration for:
|
The one that needs a fix is:
|
Something has changed in the Fedora's Kernel (in F39 or F40?) so that special files do not work correctly below /tmp: $ sudo mknod -m 666 /tmp/null c 1 3 $ cat /tmp/null cat: /tmp/null: Permission denied This has broken our 22-rootdir.tst - the fix for this is to create the rootdir below "$HOME" (one of the possibilities). While touching this file, let's separate the --rootdir directories for both isolation types.
Ready for merge:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Mock has a build-in abstraction for in-bootstrap DNF version (or YUM), there's no need to check if DNF exists on host (this whole dropped test code comes from the pre-bootstrap era).