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

Modernize the acceptance tests #438

Merged
merged 4 commits into from
Feb 17, 2024

Commits on Feb 16, 2024

  1. Deal with non-AIO installs in acceptance tests

    Archlinux doesn't have an AIO installation so the puppet_gem provider
    doesn't work. Using the regular gem provider should work. The
    aio_agent_version fact is used to determine whether it's an AIO install.
    ekohl committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    769d68c View commit details
    Browse the repository at this point in the history
  2. Drop Debian backport acceptance test

    Originally introduced in 63251bc.
    However, on current Debian systems the /var/run/redis directory is no
    longer shared. bc37527 took care of
    that. The versions that affect are no longer from backports anyway.
    
    Fixes: bc37527
    ekohl committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    45fac54 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Modernize the acceptance tests

    ekohl committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    99e8e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5047ec5 View commit details
    Browse the repository at this point in the history