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

fix(pam/integration-tests): Fix potential failures depending on pam arguments #557

Merged
merged 4 commits into from
Sep 27, 2024

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Sep 27, 2024

Passing lots arguments to a pam library via the service file is not very much supported by older libpam libraries as the one we've in CI, so avoid failing on that by passing the same arguments to the exec-test client through a file when required.


This was already approved

UDENG-4793

@3v1n0 3v1n0 requested a review from a team as a code owner September 27, 2024 04:13
…rguments

Passing lots arguments to a pam library via the service file is not very much supported by older libpam libraries as the one we've in CI, so avoid failing on that by passing the same arguments to the exec-test client through a file when required.

Then increase the go timeout to allow tests to work in slower runners
@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.69%. Comparing base (908d67e) to head (8468a90).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
pam/integration-tests/cmd/exec-client/client.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #557      +/-   ##
==========================================
- Coverage   84.80%   84.69%   -0.12%     
==========================================
  Files          79       79              
  Lines        6957     6963       +6     
  Branches       75       75              
==========================================
- Hits         5900     5897       -3     
- Misses        738      742       +4     
- Partials      319      324       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3v1n0 3v1n0 merged commit 8468a90 into ubuntu:main Sep 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants