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

Commits on Sep 26, 2024

  1. ci: Increase the tests timeout

    3v1n0 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    11f28e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7aaa58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f50dd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix(pam/integration-tests): Fix potential failures depending on pam a…

    …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
    3v1n0 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8468a90 View commit details
    Browse the repository at this point in the history