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

test: Factorize and fix timeout for contacting domain #19615

Merged
merged 3 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. test: Factorize and fix timeout for contacting domain

    In most cases this is fast, but quite often Samba takes annoyingly long
    to answer. Make the timeout consistent and enforce this with helper
    functions, except for the instance in TestPackageInstall as that doesn't
    derive from CommonTests.
    martinpitt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b4a0209 View commit details
    Browse the repository at this point in the history
  2. test: Avoid sssd.service restart limit failure in check-system-realms

    Restarting sssd in a loop is prone to run into
    
    > systemd[1]: sssd.service: Start request repeated too quickly.
    > systemd[1]: sssd.service: Failed with result 'start-limit-hit'.
    martinpitt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4a503de View commit details
    Browse the repository at this point in the history
  3. test: Increaese IPA leave timeout

    With 30 seconds we are running into occasional timeout failures.
    martinpitt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    650c603 View commit details
    Browse the repository at this point in the history