e2e-tests: Add tests for authctl set-uid/set-gid commands#1385
Merged
nooreldeenmansour merged 2 commits intomainfrom Apr 14, 2026
Merged
e2e-tests: Add tests for authctl set-uid/set-gid commands#1385nooreldeenmansour merged 2 commits intomainfrom
authctl set-uid/set-gid commands#1385nooreldeenmansour merged 2 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1385 +/- ##
==========================================
+ Coverage 80.28% 87.07% +6.79%
==========================================
Files 20 93 +73
Lines 999 6367 +5368
Branches 0 111 +111
==========================================
+ Hits 802 5544 +4742
- Misses 197 767 +570
- Partials 0 56 +56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e841631 to
ba891a5
Compare
1cc2320 to
f4da882
Compare
adombeck
reviewed
Apr 6, 2026
2f476fa to
0181ddd
Compare
adombeck
approved these changes
Apr 6, 2026
bb7fb62 to
ee61841
Compare
adombeck
reviewed
Apr 13, 2026
ee61841 to
289f537
Compare
adombeck
reviewed
Apr 13, 2026
289f537 to
ccb2375
Compare
Verify that authctl can change the UID of a remote user and that the home directory ownership is updated accordingly. After changing the UID, the test confirms the user can still log in with the local password.
Verify that authctl can change the GID of a remote group and that the home directory ownership and the user's primary GID in passwd are updated accordingly. After changing the GID, the test confirms the user can still log in with the local password.
ccb2375 to
9f56a12
Compare
nooreldeenmansour
added a commit
that referenced
this pull request
Apr 14, 2026
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.
Note
To test the GID/UID persistence after logging in, I've rebased on #1422. When #1422 is merged I can rebase again on main if needed
UDENG-9559
UDENG-9560