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
* Fix the mount tests
As originally written by @kamalmarhubi in #231, these tests made
clever use of Linux namespaces in order to run as unprivileged users.
However, a subsequent kernel bug broke this functionality, and it hasn't
been fixed even 6 years later. The tests have been skipped ever since.
Get the tests to run again by removing the namespace stuff and
requiring privileges instead. Also, remove the custom test harness.
Now Nix will be compatible with tools like cargo-nextest.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1659087
* Move the mount tests into the "test" program
Now that we aren't using namespaces, they don't need their own program.
* Use "sudo" to run tests on github workflows.
Because several of the tests require root privileges.
But don't use sudo with cross. It fails due to a known issue upstream:
cross-rs/cross#526
0 commit comments