Skip to content

Onceover fixes #157

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

Merged
merged 2 commits into from
Jun 24, 2025
Merged

Onceover fixes #157

merged 2 commits into from
Jun 24, 2025

Conversation

albatrossflavour
Copy link

  • Added the PowerShell binary to allow onceover tests on windows nodes to work.
  • Update the hiera eyaml gem to fix onceover runs
  • Pin the big decimal gem to fix onceover parallel runs
  • Include the rexml gem to fix onceover windows testing in general

@albatrossflavour albatrossflavour requested a review from a team as a code owner June 6, 2025 04:16
Gemfile Outdated
@@ -25,3 +25,5 @@ gem 'rspec-puppet', '~> 5.0'
gem 'rubocop', '~> 1.75'
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to at least pin the major version here, like we've done with the others: ~> 3.2

@@ -25,3 +25,5 @@ gem 'rspec-puppet', '~> 5.0'
gem 'rubocop', '~> 1.75'
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
gem 'bigdecimal', '= 3.2.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here about why this is pinned so precisely, so we can see it and know what to check to repro the issue if we want to see if things have been fixed upstream down the line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, missed this.

The various gem dependencies aren't currently met unless we add this specific gem at this version. We can revisit it as part of an overarching review of the structure.

If we don't include it, onceover (especially with --parallel) fails hard.

@Magisus Magisus merged commit 03b1294 into puppet8 Jun 24, 2025
2 checks passed
@Magisus Magisus deleted the puppet8_onceover_fixes branch June 24, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants