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

Update deprecated Beaker methods #9236

Merged

Commits on Feb 6, 2024

  1. Update deprecated Beaker method

    The assert_no_match method in Beaker was long deprecated then eventually
    removed altogether in voxpupuli/beaker@6282311
    
    This commit updates all instances of assert_no_match in Puppet's Beaker
    tests with refute_match.
    mhashizume committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0ceebad View commit details
    Browse the repository at this point in the history
  2. Update stdout and stderr methods

    Previously in Beaker, you could use standalone stdout and stderr methods
    to access output from remote machines.
    
    These methods were deprecated in 2013 with voxpupuli/beaker@28b2510 and
    dropped entirely in voxpupuli/beaker@73a31c7.
    
    This commit removes these methods from puppet tests in favor of calling
    stdout and stderr methods on Result objects.
    mhashizume committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9f5f8e5 View commit details
    Browse the repository at this point in the history
  3. Remove passenger method

    This commit removes a conditional dependent on Passenger support, which
    was dropped in Puppet 6.
    mhashizume committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0037a8d View commit details
    Browse the repository at this point in the history