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
This commit adds three test cases for the `WithUser` function in the client's `llb` package. These tests cover different use cases of the `WithUser` function:
- "root:root": Tests the scenario where both the user and the group are root.
- "foo:bar": Tests the scenario where a non-root user and group are specified.
- "uid:gid": Tests the scenario where the user and group are specified by their numeric IDs.
These run a few previously untested paths which increases code coverage a bit.
Signed-off-by: Jakub Ciolek <[email protected]>
0 commit comments