You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But after that, some files in .tox, tests and /var/tmp/vdsm are owned by root, so
the next tests run as regular user will break with permissions errors.
Some tests like storage tests (lvm, blocksd) require root. It is possible to run them
like this:
But after that, some files in .tox, tests and /var/tmp/vdsm are owned by root, so
the next tests run as regular user will break with permissions errors.
Developers can fix this using:
But this is ugly. We need an easy way to run tests as root that does not require any
cleanup after running the tests.
One way to fix this is to use separate directories for:
Another way is to run the tests in a container, but some lvm tests do not work in a container.
The text was updated successfully, but these errors were encountered: