-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
containers: some tests always succeed #21044
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Fields
Give feedbackNo fields configured for issues without a type.
Since c37e76b
machinectl shellis used to run commands inside containers instead ofnsenter + su. Howevermachinectl shelldoes not forward the return code of the command to the caller (see systemd/systemd#4215) so all the tests that usenixos-container runalways succeed (e.g container-physical_interfaces.nix). So as long as systemd/systemd#4215 is not solved some tests may succeed when in fact they should have failed.