Skip to content
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

tests: Add incus-user test #159

Merged
merged 3 commits into from
Oct 12, 2023
Merged

tests: Add incus-user test #159

merged 3 commits into from
Oct 12, 2023

Conversation

stgraber
Copy link
Member

Closes #142


incus-user --group nogroup &
USER_PID="$!"
sleep 3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fragile - given how slow github runners can sometimes be, it would seem worth checking availability over the socket in a loop, if possible.

Copy link
Member

@hallyn hallyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving anyway, as the comment was just a suggestion. Leaving it to you to merge though, if you want to skip the suggestion.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
Closes lxc#142

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
@stgraber stgraber merged commit 40fde57 into lxc:main Oct 12, 2023
25 checks passed
@stgraber stgraber deleted the user branch October 27, 2023 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add test for incus-user
2 participants