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 Beaker result proxies on host object #9246

Merged

Conversation

mhashizume
Copy link
Contributor

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 updates any methods that were initially missed in the first pass of this work in commit 9f5f8e5.

@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Feb 8, 2024
@mhashizume
Copy link
Contributor Author

jenkins please test this on redhat7-64a

@mhashizume
Copy link
Contributor Author

I'm testing this PR in an ad-hoc pipeline running Beaker 5 before marking it as ready for review.

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 updates any methods that were initially missed in the first
pass of this work in commit 9f5f8e5.
@mhashizume mhashizume force-pushed the PA-5022/main/addtl-beaker-methods branch from b8b1296 to c4d6e53 Compare February 9, 2024 01:05
The assert_no_match method in Beaker was long deprecated then eventually
removed altogether in voxpupuli/beaker@6282311

This commit updates assert_no_match to refute_match.
@mhashizume
Copy link
Contributor Author

@mhashizume mhashizume marked this pull request as ready for review February 9, 2024 16:50
@mhashizume mhashizume requested a review from a team as a code owner February 9, 2024 16:50
@mhashizume
Copy link
Contributor Author

This will need to be backported to 7.x as well.

@joshcooper joshcooper merged commit e24d890 into puppetlabs:main Feb 10, 2024
9 checks passed
@joshcooper joshcooper added the backport 7.x Generate a backport PR to 7.x label Feb 10, 2024
Copy link

Backport failed for 7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin 7.x
git worktree add -d .worktree/backport-9246-to-7.x origin/7.x
cd .worktree/backport-9246-to-7.x
git checkout -b backport-9246-to-7.x
ancref=$(git merge-base a3e77e78b4952f8685c66a51bc98e12690bef4c2 f2bec1a02e4daa8b5ee82af89b726d2b2547148a)
git cherry-pick -x $ancref..f2bec1a02e4daa8b5ee82af89b726d2b2547148a

@mhashizume mhashizume deleted the PA-5022/main/addtl-beaker-methods branch February 10, 2024 06:20
AriaXLi added a commit that referenced this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 7.x Generate a backport PR to 7.x maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants