tests/util: add a convenience wrapper to run a ucmd with root permissions#2692
Merged
sylvestre merged 4 commits intouutils:mainfrom May 6, 2022
Merged
tests/util: add a convenience wrapper to run a ucmd with root permissions#2692sylvestre merged 4 commits intouutils:mainfrom
sylvestre merged 4 commits intouutils:mainfrom
Conversation
Contributor
|
Fails with: |
8f2531d to
1ccf55a
Compare
Contributor
|
For some reasons, I cannot restart the jobs for this tasks?! |
Contributor
Author
|
@sylvestre done |
sylvestre
reviewed
Jan 30, 2022
Contributor
|
Many tests in the code coverage ci are failing |
8fa9718 to
3a0b107
Compare
Contributor
|
``768 failed tests``` it is a bit much :) |
3a0b107 to
4ec5ef1
Compare
Collaborator
|
@sylvestre Any reason this hasn't been merged yet? The CI looks good now. |
Contributor
|
@tertsdiepraam "CICD / Code Coverage (ubuntu-latest, unix) (pull_request) " are failing :) |
add feature for `whoami`
mostly to retrigger the ci :)
4ec5ef1 to
eaad6c5
Compare
Contributor
|
sorry for the latency! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As far as I can tell the CICD tests do not run as root, however some functionality can only be tested with root permissions.
While tinkering with #2689 it became apparent to me that there's a need for a a convenience wrapper to run a ucmd with root permissions.
Please let me know if there's a better way to do this.